| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] Convert asm/uaccess.h to linux/uaccess.h | Russell King | 2008-09-06 | 14 | -15/+13 |
* | [ARM] clean up a load of old declarations | Russell King | 2008-09-06 | 5 | -9/+3 |
* | [ARM] move initrd code from kernel/setup.c to mm/init.c | Russell King | 2008-09-06 | 2 | -39/+37 |
* | [ARM] sparse: quieten arch/arm/kernel/irq.c | Russell King | 2008-09-06 | 1 | -0/+4 |
* | [ARM] remove pc_pointer() | Russell King | 2008-09-06 | 5 | -14/+7 |
* | [ARM] sparse: fix several warnings | Russell King | 2008-09-05 | 6 | -38/+11 |
* | [ARM] 5231/1: Do not save the frame pointer in the csum_partial_copy_* functions | Catalin Marinas | 2008-09-01 | 2 | -8/+4 |
* | [ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.h | Catalin Marinas | 2008-09-01 | 1 | -5/+5 |
* | [ARM] 5232/1: Do not post-index STRT instruction in clear_user.S | Catalin Marinas | 2008-09-01 | 1 | -1/+1 |
* | [ARM] 5227/1: Add the ENDPROC declarations to the .S files | Catalin Marinas | 2008-09-01 | 58 | -50/+201 |
* | [ARM] 5222/1: Allow configuring user:kernel split via Kconfig | Lennert Buytenhek | 2008-09-01 | 4 | -33/+34 |
* | [ARM] 5221/1: fix ldm/stm emulation for kprobes | Nicolas Pitre | 2008-09-01 | 1 | -2/+2 |
* | [ARM] 5211/2: fix a couple warnings from BUG() usage | Nicolas Pitre | 2008-09-01 | 1 | -1/+1 |
* | [ARM] 5218/1: arm: improved futex support | Mikael Pettersson | 2008-09-01 | 1 | -3/+121 |
* | [ARM] 5206/1: remove kprobe_trap_handler() hack | Nicolas Pitre | 2008-09-01 | 3 | -14/+4 |
* | [ARM] Update arch/arm/Kconfig for drivers/Kconfig changes, add cpuidle | Russell King | 2008-09-01 | 1 | -4/+14 |
* | [ARM] 5195/1: ARMv7 Oprofile support | Jean PIHET | 2008-09-01 | 7 | -0/+527 |
* | [ARM] cachetype: move definitions to separate header | Russell King | 2008-09-01 | 7 | -90/+101 |
* | [ARM] cputype: separate definitions, use them | Russell King | 2008-09-01 | 17 | -111/+130 |
* | [x86] Clean up MAXSMP Kconfig, and limit NR_CPUS to 512 | Linus Torvalds | 2008-08-25 | 1 | -22/+8 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-25 | 5 | -20/+139 |
|\ |
|
| * | x86: fix cpufreq + sched_clock() regression | Peter Zijlstra | 2008-08-25 | 1 | -1/+1 |
| * | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2008-08-25 | 48 | -1719/+606 |
| |\ |
|
| * | | x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3 | Yinghai Lu | 2008-08-25 | 1 | -0/+78 |
| * | | x86: do not enable TSC notifier if we don't need it | Linus Torvalds | 2008-08-25 | 1 | -0/+4 |
| * | | x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs | Rafael J. Wysocki | 2008-08-23 | 2 | -13/+10 |
| * | | x86: fix: make PCI ECS for AMD CPUs hotplug capable | Robert Richter | 2008-08-23 | 1 | -4/+31 |
| * | | x86: fix: do not run code in amd_bus.c on non-AMD CPUs | Robert Richter | 2008-08-23 | 1 | -3/+16 |
* | | | KVM: MMU: Fix torn shadow pte | Avi Kivity | 2008-08-25 | 1 | -1/+1 |
| |/
|/| |
|
* | | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 5 | -6/+0 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-22 | 19 | -94/+165 |
|\| |
|
| * | x86: work around MTRR mask setting, v2 | Ingo Molnar | 2008-08-22 | 1 | -1/+6 |
| * | x86: fix section mismatch warning - uv_cpu_init | Marcin Slusarz | 2008-08-22 | 2 | -3/+8 |
| * | x86: fix VMI for early params | Alok Kataria | 2008-08-22 | 1 | -8/+8 |
| * | x86: fix two modpost warnings in mm/init_64.c | Jan Beulich | 2008-08-22 | 1 | -2/+2 |
| * | x86: fix 1:1 mapping init on 64-bit (memory hotplug case) | Jan Beulich | 2008-08-22 | 1 | -14/+18 |
| * | x86: work around MTRR mask setting | Yinghai Lu | 2008-08-22 | 1 | -2/+13 |
| * | x86: PAT Update validate_pat_support for intel CPUs | venkatesh.pallipadi@intel.com | 2008-08-21 | 1 | -2/+15 |
| * | devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS | venkatesh.pallipadi@intel.com | 2008-08-21 | 1 | -12/+5 |
| * | x86: PAT proper tracking of set_memory_uc and friends | venkatesh.pallipadi@intel.com | 2008-08-21 | 1 | -3/+3 |
| * | x86: fix BUG: unable to handle kernel paging request (numaq_tsc_disable) | Vegard Nossum | 2008-08-21 | 1 | -1/+1 |
| * | x86: export pv_lock_ops non-GPL | Jeremy Fitzhardinge | 2008-08-21 | 1 | -1/+1 |
| * | x86, mmiotrace: silence section mismatch warning - leave_uniprocessor | Marcin Slusarz | 2008-08-21 | 1 | -1/+3 |
| * | x86: use WARN() in arch/x86/kernel | Arjan van de Ven | 2008-08-21 | 3 | -10/+4 |
| * | x86: use WARN() in arch/x86/mm/ioremap.c | Arjan van de Ven | 2008-08-21 | 1 | -5/+3 |
| * | werror: fix pci calgary | David Howells | 2008-08-21 | 1 | -5/+6 |
| * | x86: fix oprofile + hibernation badness | Andi Kleen | 2008-08-20 | 1 | -3/+36 |
| * | x86, SGI UV: hardcode the TLB flush interrupt system vector | Cliff Wickman | 2008-08-20 | 1 | -1/+2 |
| * | x86: fix Xorg startup/shutdown slowdown with PAT | Venki Pallipadi | 2008-08-20 | 1 | -2/+31 |
| * | x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)" | Samuel Sieb | 2008-08-20 | 1 | -18/+0 |