Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | sparc: Set CONFIG_HAVE_ARCH_TRACEHOOK | David S. Miller | 2008-07-27 | 1 | -0/+1 | |
| * | | | | | | sparc: Add task_pt_regs(). | David S. Miller | 2008-07-27 | 1 | -0/+1 | |
| * | | | | | | sparc: Add call to tracehook_signal_handler(). | David S. Miller | 2008-07-27 | 1 | -0/+2 | |
| * | | | | | | sparc: Create and use TIF_NOTIFY_RESUME. | David S. Miller | 2008-07-27 | 3 | -4/+22 | |
| * | | | | | | sparc: Use tracehook routines in syscall_trace(). | David S. Miller | 2008-07-27 | 2 | -17/+21 | |
| * | | | | | | sparc64: tracehook: CONFIG_HAVE_ARCH_TRACEHOOK | Roland McGrath | 2008-07-27 | 1 | -0/+1 | |
| * | | | | | | sparc: Add user_stack_pointer(). | David S. Miller | 2008-07-27 | 2 | -0/+2 | |
| * | | | | | | sparc64: tracehook_signal_handler | Roland McGrath | 2008-07-27 | 2 | -0/+6 | |
| * | | | | | | sparc64: tracehook: TIF_NOTIFY_RESUME | Roland McGrath | 2008-07-27 | 3 | -6/+13 | |
| * | | | | | | sparc: Add asm/syscall.h | David S. Miller | 2008-07-27 | 1 | -0/+120 | |
| * | | | | | | sparc64: tracehook syscall | Roland McGrath | 2008-07-27 | 3 | -22/+17 | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/sparc | David S. Miller | 2008-07-27 | 328 | -1/+32082 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | sparc: enable headers_export again | Sam Ravnborg | 2008-07-27 | 1 | -1/+45 | |
| | * | | | | | sparc, sparc64: use arch/sparc/include | Sam Ravnborg | 2008-07-27 | 328 | -1/+32038 | |
| | |/ / / / | ||||||
* | | | | | | cpu masks: optimize and clean up cpumask_of_cpu() | Linus Torvalds | 2008-07-28 | 1 | -23/+0 | |
* | | | | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-28 | 197 | -3410/+6668 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x8... | Linus Torvalds | 2008-07-27 | 1 | -3/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | x86: fix cpu hotplug on 32bit | Thomas Gleixner | 2008-07-27 | 1 | -3/+5 | |
| * | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-27 | 53 | -787/+638 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | [ARM] Fix shared mmap when more than two maps of the same file exist | Russell King | 2008-07-27 | 1 | -3/+7 | |
| | * | | | | | [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* | Dmitry Baryshkov | 2008-07-27 | 47 | -166/+166 | |
| | * | | | | | Merge branch 'for_rmk_13' of git://git.mnementh.co.uk/linux-2.6-im | Russell King | 2008-07-26 | 108 | -3026/+6103 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | [ARM] update defconfig for eseries. | Ian Molton | 2008-07-26 | 1 | -613/+460 | |
| | * | | | | | | [ARM] fix IOP32x, IOP33x, MXC and Samsung builds | Russell King | 2008-07-26 | 2 | -4/+4 | |
| | * | | | | | | [ARM] fix mode for board-yl-9200.c | Russell King | 2008-07-26 | 1 | -0/+0 | |
| | * | | | | | | [ARM] 5176/1: arm/Makefile: fix: ARM946T -> ARM946E | Adrian Bunk | 2008-07-26 | 1 | -1/+1 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds | 2008-07-27 | 5 | -22/+63 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | avr32: some mmc/sd cleanups | David Brownell | 2008-07-27 | 2 | -7/+25 | |
| | * | | | | | | Merge commit 'upstream/master' | Haavard Skinnemoen | 2008-07-27 | 794 | -20086/+33144 | |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| | * | | | | | | avr32: allow system timer to share interrupt to make OProfile work | Voss, Nikolaus | 2008-07-25 | 1 | -1/+5 | |
| | * | | | | | | avr32: Add platform data for AC97C platform device | Hans-Christian Egtvedt | 2008-07-24 | 1 | -7/+27 | |
| | * | | | | | | avr32: clean up mci platform code | Ben Nizette | 2008-07-18 | 1 | -7/+6 | |
| | * | | | | | | fix avr32 build errors | Adrian Bunk | 2008-07-17 | 2 | -2/+2 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | KVM: ppc: fix invalidation of large guest pages | Hollis Blanchard | 2008-07-27 | 2 | -3/+4 | |
| * | | | | | | KVM: s390: Fix possible host kernel bug on lctl(g) handling | Christian Borntraeger | 2008-07-27 | 1 | -0/+6 | |
| * | | | | | | KVM: s390: Fix instruction naming for lctlg | Christian Borntraeger | 2008-07-27 | 2 | -5/+5 | |
| * | | | | | | KVM: s390: Fix program check on interrupt delivery handling | Christian Borntraeger | 2008-07-27 | 1 | -14/+7 | |
| * | | | | | | KVM: s390: Change guestaddr type in gaccess | Martin Schwidefsky | 2008-07-27 | 2 | -31/+36 | |
| * | | | | | | KVM: s390: Advertise KVM_CAP_USER_MEMORY | Carsten Otte | 2008-07-27 | 1 | -1/+6 | |
| * | | | | | | KVM: ia64: Fix irq disabling leak in error handling code | Julia Lawall | 2008-07-27 | 1 | -2/+3 | |
| * | | | | | | KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.ko | Sheng Yang | 2008-07-27 | 1 | -10/+10 | |
| * | | | | | | KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameter | Sheng Yang | 2008-07-27 | 1 | -1/+1 | |
| * | | | | | | KVM: task switch: translate guest segment limit to virt-extension byte granul... | Marcelo Tosatti | 2008-07-27 | 1 | -0/+4 | |
| * | | | | | | KVM: Avoid instruction emulation when event delivery is pending | Avi Kivity | 2008-07-27 | 3 | -1/+9 | |
| * | | | | | | KVM: task switch: use seg regs provided by subarch instead of reading from GDT | Marcelo Tosatti | 2008-07-27 | 1 | -63/+30 | |
| * | | | | | | KVM: task switch: segment base is linear address | Marcelo Tosatti | 2008-07-27 | 1 | -3/+9 | |
| * | | | | | | KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module | Joerg Roedel | 2008-07-27 | 2 | -1/+8 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-07-26 | 21 | -41/+172 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2008-07-25 | 1780 | -164872/+109445 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2008-07-11 | 796 | -12552/+18529 | |
| | |\ \ \ \ \ \ |