aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-08-31meta: re-enable systemtap feature for linux-yoctotzanussi/reenable-systemtapTom Zanussi
Re-enable the 'systemtap feature' that turns on the kernel options required for systemtap, a system-wide tracing tool. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-24meta: bumping kver to 3.0.3Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-24meta/common-pc: add CONFIG_BLK_DEV_IDECD=y to configurationBruce Ashfield
Adding this option allows qemu to boot the live images. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-24meta/atom-pc: update boot live cfgBruce Ashfield
Adding CONFIG_BLK_DEV_IDECD=y to enable live booting on more platforms (and simulation). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-23meta/beagleboard: adding CONFIG_USB_MUSB_OMAP2PLUS=yBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-22meta: add APM Emulation option to beagleboardLiming Wang
apmd daemon needs this option to work, so add this to beagleboard kernel config file. Signed-off-by: Liming Wang <liming.wang@windriver.com>
2011-08-17bsp/fri2: use EMGD featureTom Zanussi
Add kernel options needed for enabling EMGD. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-17bsp/fri2: merge emgd branchTom Zanussi
Add scc commands to merge the yocto/emgd branch into the fri2 BSP. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-15meta/crownbay: enable hpetTom Zanussi
The crownbay reference board has HPET hardware - enable it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-11routerstationpro: remove CONFIG_PREEMPT* definitionsDarren Hart
The routerstationpro.cfg is a nearly complete .config and needs to be pruned. Among a lot of other things, it defines various CONFIG_PREEMPT* settings which conflict with the preempt-rt settings. Remove them as they should be ktype policy, not bsp specific settings. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: sugarbay preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: common-pc[-64] preempt-rt no branch fixDarren Hart
Modify the common-pc* defintions to re-use the preempt-rt/base branch, since there are currently no board specific changes required for support. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: jasperforest preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: fri2 preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: fishriver preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: emenlow preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: crownbay preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: arm-versatile-926ejs preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: mti-malta32-be preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: qemu-ppc32 preempt-rt supportDarren Hart
Create the preempt-rt definition for qemuppc support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta-rt: rsp preempt-rt supportDarren Hart
Create the preempt-rt definition for routerstation pro support. This 5D configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Note: This board is currently known to have issues with preempt-rt. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: mpc8315 preempt-rt supportDarren Hart
Create the preempt-rt definition for mpc8315 support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: beagleboard preempt-rt supportDarren Hart
Create the preempt-rt definition for beagleboard support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: use CONFIG_PREEMPT_RT_FULL for 3.0 kernelsDarren Hart
The 3.0 preempt-rt patches use CONFIG_PREEMPT_RT_FULL instead of CONFIG_PREEMPT_RT. Without this fix, the preemmpt-rt kernels build with CONFIG_PREEMPT_NONE. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11boot: move -Os patch to standard branchBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-10meta/rt: remove explicit patch referencesBruce Ashfield
The "patch <foo>" lines in the -rt series are meant to be references, since the commits are not optional and have been directly merged. Temporarly commenting them out to prevent double application of changes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-09meta/rt: updating to rt8Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-03meta: atom-pc update definition to re-use preempt-rtBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-29meta: define atom-pc preempt-rtBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-28rt: update to 3.0-rt5Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-26meta: propping utrace from 2.6.37 - config onlyBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-26meta: relocating features/small to /smallBruce Ashfield
In the yocto 1.1 kernel, small was relocated from a feature to a top level config. We should maintain this going forward. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-21meta: update kver to v3.0 for audit purposesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: meta/scriptsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20This is the cache of the kernel patches for the "next" kernel layer.Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-11Linux 3.0-rc7Linus Torvalds
2011-07-11Documentation/Changes: remove some really obsolete textLinus Torvalds
That file harkens back to the days of the big 2.4 -> 2.6 version jump, and was based even then on older versions. Some of it is just obsolete, and Jesper Juhl points out that it talks about kernel versions 2.6 and should be updated to 3.0. Remove some obsolete text, and re-phrase some other to not be 2.6-specific. Reported-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-07-11Merge branch 'v4l_for_linus' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: [media] msp3400: fill in v4l2_tuner based on vt->type field [media] tuner-core.c: don't change type field in g_tuner or g_frequency [media] cx18/ivtv: fix g_tuner support [media] tuner-core: power up tuner when called with s_power(1) [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK [media] tuner-core: simplify the standard fixup [media] tuner-core/v4l2-subdev: document that the type field has to be filled in [media] v4l2-subdev.h: remove unused s_mode tuner op [media] feature-removal-schedule: change in how radio device nodes are handled [media] bttv: fix s_tuner for radio [media] pvrusb2: fix g/s_tuner support [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner [media] tuner-core: fix tuner_resume: use t->mode instead of t->type [media] tuner-core: fix s_std and s_tuner
2011-07-11Merge branch 'pm-fixes' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 * 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6: PM: Reintroduce dropped call to check_wakeup_irqs
2011-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: cifs: drop spinlock before calling cifs_put_tlink cifs: fix expand_dfs_referral cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL cifs: factor smb_vol allocation out of cifs_setup_volume_info cifs: have cifs_cleanup_volume_info not take a double pointer cifs: fix build_unc_path_to_root to account for a prefixpath cifs: remove bogus call to cifs_cleanup_volume_info
2011-07-11Merge branch 'fixes' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq: [CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.
2011-07-11Merge branch 'for_linus' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86: hp-wmi: fix use after free dell-laptop - using buffer without mutex_lock Revert: "dell-laptop: Toggle the unsupported hardware killswitch" platform-drivers-x86: set backlight type to BACKLIGHT_PLATFORM thinkpad-acpi: handle HKEY 0x4010, 0x4011 events drivers/platform/x86: Fix memory leak thinkpad-acpi: handle some new HKEY 0x60xx events acer-wmi: fix bitwise bug when set device state acer-wmi: Only update rfkill status for associated hotkey events
2011-07-11Merge branch 'movieboard' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 * 'movieboard' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: firewire: ohci: do not bind to Pinnacle cards, avert panic
2011-07-11ath5k: Add missing breaks in switch/caseJoe Perches
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-07-11Documentation/spinlocks.txt: Remove reference to sti()/cli()Muthu Kumar
Since we removed sti()/cli() and related, how about removing it from Documentation/spinlocks.txt? Signed-off-by: Muthukumar R <muthur@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-07-11cifs: drop spinlock before calling cifs_put_tlinkJeff Layton
...as that function can sleep. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
2011-07-11hp-wmi: fix use after freeEric Dumazet
[ 191.310008] WARNING: kmemcheck: Caught 32-bit read from freed memory (f0d25f14) [ 191.310011] c056d2f088000000105fd2f00000000050415353040000000000000000000000 [ 191.310020] i i i i f f f f f f f f f f f f f f f f f f f f f f f f f f f f [ 191.310027] ^ [ 191.310029] [ 191.310032] Pid: 737, comm: modprobe Not tainted 3.0.0-rc5+ #268 Hewlett-Packard HP Compaq 6005 Pro SFF PC/3047h [ 191.310036] EIP: 0060:[<f80b3104>] EFLAGS: 00010286 CPU: 0 [ 191.310039] EIP is at hp_wmi_perform_query+0x104/0x150 [hp_wmi] [ 191.310041] EAX: f0d25601 EBX: f0d25f00 ECX: 000121cf EDX: 000121ce [ 191.310043] ESI: f0d25f10 EDI: f0f97ea8 EBP: f0f97ec4 ESP: c173f34c [ 191.310045] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 [ 191.310046] CR0: 8005003b CR2: f540c000 CR3: 30f30000 CR4: 000006d0 [ 191.310048] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000 [ 191.310050] DR6: ffff4ff0 DR7: 00000400 [ 191.310051] [<f80b317b>] hp_wmi_dock_state+0x2b/0x40 [hp_wmi] [ 191.310054] [<f80b6093>] hp_wmi_init+0x93/0x1a8 [hp_wmi] [ 191.310057] [<c10011f0>] do_one_initcall+0x30/0x170 [ 191.310061] [<c107ab9f>] sys_init_module+0xef/0x1a60 [ 191.310064] [<c149f998>] sysenter_do_call+0x12/0x28 [ 191.310067] [<ffffffff>] 0xffffffff Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>