| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | workqueue: misc/cosmetic updates | Tejun Heo | 2010-06-29 | 2 | -47/+89 |
| * | workqueue: kill RT workqueue | Tejun Heo | 2010-06-29 | 2 | -17/+9 |
| * | acpi: use queue_work_on() instead of binding workqueue worker to cpu0 | Tejun Heo | 2010-06-29 | 1 | -29/+11 |
| * | kthread: implement kthread_data() | Tejun Heo | 2010-06-29 | 2 | -0/+16 |
| * | ivtv: use kthread_worker instead of workqueue | Tejun Heo | 2010-06-29 | 4 | -27/+24 |
| * | kthread: implement kthread_worker | Tejun Heo | 2010-06-29 | 2 | -0/+213 |
| * | Merge branch 'sched-wq' of ../wq into cmwq-base | Tejun Heo | 2010-06-13 | 9 | -81/+203 |
| |\ |
|
* | \ | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-07 | 5 | -42/+222 |
|\ \ \ |
|
| * | | | x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0 | H. Peter Anvin | 2010-07-22 | 1 | -11/+17 |
| * | | | x86, xsave: Add __init attribute to setup_xstate_features() | Robert Richter | 2010-07-21 | 1 | -1/+1 |
| * | | | x86, xsave: Make init_xstate_buf static | Robert Richter | 2010-07-21 | 2 | -6/+5 |
| * | | | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) | Robert Richter | 2010-07-21 | 2 | -3/+10 |
| * | | | x86, xsave: Introduce xstate enable functions | Robert Richter | 2010-07-21 | 1 | -11/+8 |
| * | | | x86, xsave: Separate fpu and xsave initialization | Robert Richter | 2010-07-21 | 5 | -15/+26 |
| * | | | x86, xsave: Move boot cpu initialization to xsave_init() | Robert Richter | 2010-07-21 | 3 | -13/+12 |
| * | | | x86, xsave: 32/64 bit boot cpu check unification in initialization | Robert Richter | 2010-07-21 | 1 | -1/+1 |
| * | | | x86, xsave: Do not include asm/i387.h in asm/xsave.h | Robert Richter | 2010-07-21 | 1 | -1/+0 |
| * | | | x86, xsave: Use xsaveopt in context-switch path when supported | Suresh Siddha | 2010-07-20 | 3 | -4/+15 |
| * | | | x86, xsave: Sync xsave memory layout with its header for user handling | Suresh Siddha | 2010-07-20 | 4 | -1/+123 |
| * | | | x86, xsave: Track the offset, size of state in the xsave layout | Suresh Siddha | 2010-07-20 | 1 | -0/+29 |
* | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-07 | 5 | -29/+26 |
|\ \ \ \ |
|
| * | | | | x86, mce: Use HW_ERR in MCE handler | Huang Ying | 2010-06-11 | 1 | -22/+10 |
| * | | | | x86, mce: Add HW_ERR printk prefix for hardware error logging | Huang Ying | 2010-06-11 | 1 | -0/+7 |
| * | | | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup | Huang Ying | 2010-06-11 | 2 | -1/+2 |
| * | | | | x86, mce: Rename MSR_IA32_MCx_CTL2 value | Huang Ying | 2010-06-11 | 3 | -7/+8 |
* | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-07 | 9 | -13/+178 |
|\ \ \ \ \ |
|
| * | | | | | x86, olpc: Constify an olpc_ofw() arg | Andres Salomon | 2010-07-31 | 3 | -3/+3 |
| * | | | | | x86, olpc: Use pr_debug() for EC commands | Andres Salomon | 2010-07-31 | 1 | -5/+3 |
| * | | | | | x86, olpc: Add comment about implicit optimization barrier | Andres Salomon | 2010-06-24 | 1 | -0/+2 |
| * | | | | | x86, olpc: Add support for calling into OpenFirmware | Andres Salomon | 2010-06-18 | 9 | -8/+173 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2010-08-07 | 9 | -15/+19 |
|\ \ \ \ \ |
|
| * | | | | | x86, alternatives: BUG on encountering an invalid CPU feature number | H. Peter Anvin | 2010-07-13 | 1 | -0/+1 |
| * | | | | | x86, alternatives: Fix one more open-coded 8-bit alternative number | H. Peter Anvin | 2010-07-13 | 1 | -1/+1 |
| * | | | | | x86, alternatives: Use 16-bit numbers for cpufeature index | H. Peter Anvin | 2010-07-07 | 7 | -14/+17 |
| | | | | | | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
*---------. \ \ \ \ \ | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds | 2010-08-07 | 9 | -28/+83 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | | * | | | | | | x86, vdso: Unmap vdso pages | Shaohua Li | 2010-08-03 | 1 | -0/+1 |
| | | | | * | | | | | | | x86: Avoid unnecessary __clear_user() and xrstor in signal handling | Suresh Siddha | 2010-07-07 | 3 | -10/+21 |
| | | | * | | | | | | | | x86/apic/es7000_32: Remove unused variable | Javier Martinez Canillas | 2010-07-08 | 1 | -1/+0 |
| | | * | | | | | | | | | x86, mtrr: Use stop machine context to rendezvous all the cpu's | Suresh Siddha | 2010-07-31 | 2 | -13/+50 |
| | * | | | | | | | | | | x86, vmware: Preset lpj values when on VMware. | Alok Kataria | 2010-08-03 | 1 | -1/+8 |
| | | |_|_|/ / / / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminat... | Joe Perches | 2010-07-15 | 1 | -3/+3 |
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-08-07 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | console: Fix compilation regression | Jason Wessel | 2010-08-06 | 1 | -0/+5 |
* | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 | 6 | -9/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | xen: Do not suspend IPI IRQs. | Ian Campbell | 2010-07-29 | 1 | -0/+1 |
| * | | | | | | | | | | | | powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts | Ian Campbell | 2010-07-29 | 2 | -6/+8 |
| * | | | | | | | | | | | | ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupt | Ian Campbell | 2010-07-29 | 1 | -1/+2 |
| * | | | | | | | | | | | | irq: Add new IRQ flag IRQF_NO_SUSPEND | Ian Campbell | 2010-07-29 | 2 | -2/+7 |
* | | | | | | | | | | | | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2010-08-06 | 46 | -262/+165 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | um: Fix read_persistent_clock fallout | Thomas Gleixner | 2010-08-03 | 1 | -3/+2 |