| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-09-26 | x86: Add memory modify constraints to xchg() and cmpxchg() | H. Peter Anvin | 2 | -49/+20 |
| 2010-09-26 | alpha: Fix printk format errors | Michael Cree | 1 | -3/+3 |
| 2010-09-26 | MIPS: Sibyte: Fix M3 TLB exception handler workaround. | Ralf Baechle | 1 | -6/+16 |
| 2010-09-26 | MIPS: uasm: Add OR instruction. | Ralf Baechle | 2 | -1/+4 |
| 2010-09-26 | MIPS: Set io_map_base for several PCI bridges lacking it | Ben Hutchings | 5 | -1/+6 |
| 2010-09-26 | MIPS: Quit using undefined behavior of ADDU in 64-bit atomic operations. | David Daney | 1 | -12/+12 |
| 2010-09-26 | AT91: change dma resource index | Nicolas Ferre | 1 | -1/+1 |
| 2010-09-26 | IA64: Optimize ticket spinlocks in fsys_rt_sigprocmask | Petr Tesarik | 1 | -31/+11 |
| 2010-09-26 | IA64: fix siglock | Tony Luck | 1 | -7/+39 |
| 2010-09-26 | oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540) | Patrick Simmons | 1 | -1/+3 |
| 2010-09-26 | sparc64: Get rid of indirect p1275 PROM call buffer. | David S. Miller | 7 | -297/+456 |
| 2010-09-26 | sparc: Provide io{read,write}{16,32}be(). | David S. Miller | 2 | -0/+8 |
| 2010-09-20 | arm: fix really nasty sigreturn bug | Al Viro | 1 | -0/+2 |
| 2010-09-20 | x86-64, compat: Retruncate rax after ia32 syscall entry tracing | Roland McGrath | 1 | -1/+7 |
| 2010-09-20 | compat: Make compat_alloc_user_space() incorporate the access_ok() | H. Peter Anvin | 7 | -7/+7 |
| 2010-09-20 | x86-64, compat: Test %rax for the syscall number, not %eax | H. Peter Anvin | 1 | -7/+7 |
| 2010-09-20 | x86, tsc: Fix a preemption leak in restore_sched_clock_state() | Peter Zijlstra | 1 | -1/+1 |
| 2010-09-20 | oprofile, x86: fix init_sysfs() function stub | Robert Richter | 1 | -2/+4 |
| 2010-09-20 | oprofile, x86: fix init_sysfs error handling | Robert Richter | 1 | -3/+13 |
| 2010-09-20 | PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc() | Ben Hutchings | 3 | -3/+3 |
| 2010-09-20 | x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states | Suresh Siddha | 3 | -0/+42 |
| 2010-08-26 | x86, apic: ack all pending irqs when crashed/on kexec | Kerstin Jonsson | 1 | -8/+33 |
| 2010-08-26 | powerpc: Fix typo in uImage target | Anatolij Gustschin | 1 | -1/+1 |
| 2010-08-26 | oprofile: add support for Intel processor model 30 | Josh Hunt | 1 | -0/+1 |
| 2010-08-26 | Oprofile: Change CPUIDS from decimal to hex, and add some comments | John Villalovos | 1 | -2/+14 |
| 2010-08-26 | sparc64: Fix atomic64_t routine return values. | David S. Miller | 1 | -5/+5 |
| 2010-08-26 | sparc64: Fix rwsem constant bug leading to hangs. | David S. Miller | 1 | -1/+1 |
| 2010-08-26 | sparc64: Add missing ID to parport probing code. | David S. Miller | 1 | -0/+4 |
| 2010-08-26 | ARM: Tighten check for allowable CPSR values | Russell King | 1 | -4/+13 |
| 2010-08-26 | x86, apic: Fix apic=debug boot crash | Daniel Kiper | 1 | -0/+2 |
| 2010-08-26 | x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issues | Borislav Petkov | 2 | -0/+24 |
| 2010-08-13 | x86: don't send SIGBUS for kernel page faults | Linus Torvalds | 1 | -1/+3 |
| 2010-08-13 | powerpc/eeh: Fix a bug when pci structure is null | Breno Leitao | 4 | -5/+10 |
| 2010-08-13 | x86: Fix out of order of gsi | Eric W. Biederman | 1 | -18/+10 |
| 2010-08-13 | memory hotplug: fix a bug on /dev/mem for 64-bit kernels | Shaohui Zheng | 1 | -0/+19 |
| 2010-08-13 | fix SBA IOMMU to handle allocation failure properly | FUJITA Tomonori | 1 | -9/+29 |
| 2010-08-13 | timekeeping: Fix clock_gettime vsyscall time warp | Lin Ming | 4 | -7/+10 |
| 2010-08-13 | nohz: Introduce arch_needs_cpu | Martin Schwidefsky | 3 | -0/+12 |
| 2010-08-13 | ARM: 6280/1: imx: Fix build failure when including <mach/gpio.h> without <lin... | Uwe Kleine-König | 1 | -0/+1 |
| 2010-08-13 | ARM: 6299/1: errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faul... | Will Deacon | 2 | -0/+20 |
| 2010-08-13 | x86, vmware: Preset lpj values when on VMware. | Alok Kataria | 1 | -1/+9 |
| 2010-08-13 | x86: Add memory modify constraints to xchg() and cmpxchg() | H. Peter Anvin | 2 | -85/+89 |
| 2010-08-13 | powerpc: fix build with make 3.82 | Sam Ravnborg | 1 | -4/+12 |
| 2010-08-10 | xen: drop xen_sched_clock in favour of using plain wallclock time | Jeremy Fitzhardinge | 2 | -40/+1 |
| 2010-08-10 | parisc: pass through '\t' to early (iodc) console | Kyle McMartin | 1 | -10/+2 |
| 2010-08-10 | arm/imx/gpio: add spinlock protection | Baruch Siach | 2 | -0/+9 |
| 2010-08-02 | Input: RX51 keymap - fix recent compile breakage | Dmitry Torokhov | 1 | -2/+2 |
| 2010-08-02 | Fix spinaphore down_spin() | Tony Luck | 1 | -1/+1 |
| 2010-08-02 | MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1 | Shane McDonald | 2 | -5/+19 |
| 2010-08-02 | ACPI: Unconditionally set SCI_EN on resume | Matthew Garrett | 1 | -2/+0 |