| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 2009-02-13 | 40 | -571/+903 |
|\ |
|
| * | x86: UV: fix header struct usage | Randy Dunlap | 2009-02-11 | 1 | -0/+3 |
| * | x86: merge sys_rt_sigreturn between 32 and 64 bits | H. Peter Anvin | 2009-02-11 | 2 | -14/+2 |
| * | x86: use regparm(3) for passed-in pt_regs pointer | Brian Gerst | 2009-02-11 | 6 | -45/+49 |
| * | SGI IA64 UV: fix ia64 build error in the linux-next tree | Dean Nelson | 2009-02-11 | 1 | -0/+13 |
| * | x86: drop -fno-stack-protector annotations after pt_regs fixes | Brian Gerst | 2009-02-11 | 1 | -18/+0 |
| * | x86: pass in pt_regs pointer for syscalls that need it | Brian Gerst | 2009-02-11 | 8 | -80/+81 |
| * | x86: use pt_regs pointer in do_device_not_available() | Brian Gerst | 2009-02-11 | 2 | -5/+6 |
| * | x86: fix x86_32 stack protector bugs | Tejun Heo | 2009-02-11 | 5 | -12/+20 |
| * | x86: implement x86_32 stack protector | Tejun Heo | 2009-02-10 | 11 | -16/+172 |
| * | x86: make lazy %gs optional on x86_32 | Tejun Heo | 2009-02-10 | 11 | -40/+158 |
| * | x86: add %gs accessors for x86_32 | Tejun Heo | 2009-02-10 | 9 | -45/+41 |
| * | x86: use asm .macro instead of cpp #define in entry_32.S | Tejun Heo | 2009-02-10 | 1 | -142/+151 |
| * | x86: no stack protector for vdso | Tejun Heo | 2009-02-10 | 1 | -1/+1 |
| * | stackprotector: update make rules | Tejun Heo | 2009-02-10 | 1 | -7/+10 |
| * | x86: stackprotector.h misc update | Tejun Heo | 2009-02-10 | 1 | -1/+6 |
| * | Merge branch 'x86/urgent' into core/percpu | Ingo Molnar | 2009-02-10 | 22 | -112/+185 |
| |\ |
|
| * \ | Merge branch 'x86/uaccess' into core/percpu | Ingo Molnar | 2009-02-10 | 9 | -425/+488 |
| |\ \ |
|
| | * | | x86: uaccess: use errret as error value in __put_user_size() | Hiroshi Shimamoto | 2009-02-04 | 1 | -5/+6 |
| | * | | x86: uaccess: fix compilation error on CONFIG_M386 | Hiroshi Shimamoto | 2009-01-29 | 1 | -2/+20 |
| * | | | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 2009-02-09 | 169 | -1912/+2662 |
| |\ \ \ |
|
| * | | | | x86: fix abuse of per_cpu_offset | Brian Gerst | 2009-02-09 | 1 | -2/+2 |
| * | | | | x86: use linker to offset symbols by __per_cpu_load | Brian Gerst | 2009-02-09 | 5 | -24/+35 |
| * | | | | percpu: make PER_CPU_BASE_SECTION overridable by arches | Brian Gerst | 2009-02-09 | 1 | -2/+2 |
| * | | | | x86: style cleanups for xen assemblies | Tejun Heo | 2009-02-05 | 3 | -204/+219 |
* | | | | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 | 171 | -1814/+2181 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-11 | 1 | -2/+10 |
| |\ \ \ \ \ |
|
| | * | | | | | x86: clean up hpet timer reinit | Pavel Emelyanov | 2009-02-06 | 1 | -2/+10 |
| | * | | | | | x86: fix hpet timer reinit for x86_64 | Pavel Emelyanov | 2009-02-05 | 1 | -1/+1 |
| * | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-11 | 23 | -121/+193 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | i8327: fix outb() parameter order | Clemens Ladisch | 2009-02-10 | 1 | -9/+8 |
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | x86: fix math_emu register frame access | Tejun Heo | 2009-02-10 | 7 | -56/+55 |
| | * | | | | | x86: math_emu info cleanup | Tejun Heo | 2009-02-09 | 6 | -64/+48 |
| | * | | | | | x86: include correct %gs in a.out core dump | Tejun Heo | 2009-02-09 | 1 | -3/+1 |
| | * | | | | | x86, vmi: put a missing paravirt_release_pmd in pgd_dtor | Alok Kataria | 2009-02-09 | 1 | -0/+11 |
| | * | | | | | x86: find nr_irqs_gsi with mp_ioapic_routing | Yinghai Lu | 2009-02-09 | 3 | -5/+44 |
| | * | | | | | x86: add clflush before monitor for Intel 7400 series | Pallipadi, Venkatesh | 2009-02-09 | 3 | -0/+10 |
| * | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-02-11 | 1 | -8/+9 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | tracing, x86: fix constraint for parent variable | Steven Rostedt | 2009-02-11 | 1 | -5/+4 |
| | * | | | | | | tracing, x86: fix fixup section to return to original code | Steven Rostedt | 2009-02-10 | 1 | -3/+5 |
| * | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-02-11 | 3 | -29/+64 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | [S390] Update default configuration. | Martin Schwidefsky | 2009-02-11 | 1 | -27/+60 |
| | * | | | | | | | [S390] Fix init irq proc build break. | Sachin Sant | 2009-02-11 | 1 | -0/+2 |
| | * | | | | | | | [S390] vdso: fix per cpu vdso pointer in lowcore | Martin Schwidefsky | 2009-02-11 | 1 | -2/+2 |
| * | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-02-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HW | Kumar Gala | 2009-02-11 | 1 | -1/+1 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-02-10 | 6 | -13/+20 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | [ARM] Storage class should be before const qualifier | Tobias Klauser | 2009-02-10 | 1 | -2/+2 |
| | * | | | | | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2009-02-09 | 5 | -11/+18 |
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| | | * | | | | | | [ARM] pxa: stop and disable IRQ for each DMA channels at startup | Eric Miao | 2009-01-21 | 1 | -8/+10 |