- 5c48b10 um: take arch/um/sys-x86 to arch/x86/um by Al Viro · 13 years ago
- 7bbe720 um: merge Makefile-{i386,x86_64} by Al Viro · 13 years ago
- a6e77d6 um: trim detritus from Makefile-i386 by Al Viro · 13 years ago
- 9aecaa6 um: arch_hweight.h is needed only on uml-x86 by Al Viro · 13 years ago
- 7095850 um: merge kernel_offsets_*.h by Al Viro · 13 years ago
- c75361b um: merge skas_ptrace.h 32/64bit variants by Al Viro · 13 years ago
- 62982ad um: sysdep/barrier.h is not used for anything by Al Viro · 13 years ago
- 0de021f um: shared/process.h is empty now; kill it by Al Viro · 13 years ago
- ab1c0cc um: finish conversion to mcontext_t by Al Viro · 13 years ago
- 248b74c um: start switching the references to host mcontext_t to its userland type by Al Viro · 13 years ago
- 05c46db um: take userland definition of barrier() to user.h by Al Viro · 13 years ago
- dd768c5 um: take system.h out of shared/sysdep by Al Viro · 13 years ago
- 0036168 um: fill the handlers array at build time by Al Viro · 13 years ago
- e87df98 um: simplify set_handler() by Al Viro · 13 years ago
- d5c7e8b um: don't bother blocking SIGARLM and SIGUSR1 by Al Viro · 13 years ago
- 9b25fcb um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in there by Al Viro · 13 years ago
- adcfb98 um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers by Al Viro · 13 years ago
- 51d3474 um: merge arch/um/os-Linux/sys-{i386,x86_64} by Al Viro · 13 years ago
- 7eb1225 um: merge hard_handler() instances, switch to use of SA_SIGINFO by Al Viro · 13 years ago
- 5d40de0 um: kill dead code around uaccess by Al Viro · 13 years ago
- 6582b7f um: merge arch/um/sys-{i386,x86_64} by Al Viro · 13 years ago
- 858ba94 um: merge arch/um/sys-{i386,x86_64}/shared by Al Viro · 13 years ago
- 27f85f1 um: merge arch/um/sys-{i386,x86_64}/asm by Al Viro · 13 years ago
- 3655c4d um: get rid of unused macros in ptrace_user.h by Al Viro · 13 years ago
- ad694df um: get rid of sysdep/sc.h by Al Viro · 13 years ago
- 412f90e um: Get rid of UPT_SET/UPT_REG macros by Al Viro · 13 years ago
- ab785c1 um: take vm-flags.h to sys-*/asm by Al Viro · 13 years ago
- c16d56a um: get rid of sysdep/checksum.h by Al Viro · 13 years ago
- 16b7c57 um: trim unused junk from user.h by Al Viro · 13 years ago
- 9e63645 um: get rid of kern_constants.h by Al Viro · 13 years ago
- 945581d um: kill a couple of useless includes of kern_constants.h by Al Viro · 13 years ago
- 078073a um: -include user.h for USER_OBJ, trim includes by Al Viro · 13 years ago
- 4de1c5f um: take user_constants.h to include/generated by Al Viro · 13 years ago
- 9f270de um: kill skas_ptregs.h by Al Viro · 13 years ago
- 4d45db9 um: switch to -idirafter, get saner kern_constants.h out of that by Al Viro · 13 years ago
- a955bd6 um: series of __get_user() is costly in sigframe handling by Al Viro · 13 years ago
- 3d72210 um: make copy_sc() static by Al Viro · 13 years ago
- 3c916fe um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn() by Al Viro · 13 years ago
- 78722a4 um: switch {rt_,}sigreturn() to set_current_blocked() by Al Viro · 13 years ago
- d118c13 um: use subarch-obj instead of copying... by Al Viro · 13 years ago
- 8548c84 x86: Fix S4 regression by Takashi Iwai · 13 years ago
- 1bf1aac Merge branch 'samsung-fixes-4' of git://github.com/kgene/linux-samsung by Linus Torvalds · 13 years ago
- fb630b9 ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PM by Domenico Andreoli · 13 years ago
- 1052cff ARM: S5P: fix offset calculation on gpio-interrupt by Marek Szyprowski · 13 years ago
- fd11e15 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
- aad4564 sparc: Add alignment flag to PCI expansion resources by Kjetil Oftedal · 13 years ago
- 8bc03e8 Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
- f8be12d ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS by Zoltan Devai · 13 years ago
- bb1ac3e ARM: 7122/1: localtimer: add header linux/errno.h explicitly by Shawn Guo · 13 years ago
- 29a541f ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9 by Will Deacon · 13 years ago
- 95bc156 Merge branch 'stable' of git://github.com/cmetcalf-tilera/linux-tile by Linus Torvalds · 13 years ago
- 2ad5311 Merge branch 'x86-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
- 153b19a x86, mrst: use a temporary variable for SFI irq by Mika Westerberg · 13 years ago
- d52104b tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files by Chris Metcalf · 13 years ago
- 27f20dc sparc: Avoid calling sigprocmask() by David S. Miller · 13 years ago
- faddf59 sparc: Use set_current_blocked() by Matt Fleming · 13 years ago
- 2b66685 x86: Default to vsyscall=native for now by Adrian Bunk · 13 years ago
- bbf5e97 Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
- 3faf12c ARM: tegra: fix compilation error due to mach/hardware.h removal by Marc Dietrich · 13 years ago
- a24d025 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
- aab3a70 Merge branch 'omap/fixes-for-3.1' into fixes by Arnd Bergmann · 13 years ago
- f22ed71 sparc32,leon: SRMMU MMU Table probe fix by Daniel Hellstrom · 13 years ago
- 98e87d5 ARM: mach-ux500: enable fix for ARM errata 754322 by srinidhi kasagar · 13 years ago
- 29cf7a30 x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE by Paul Menzel · 13 years ago
- 8742cd2 MIPS: Call oops_enter, oops_exit in die by Nathan Lynch · 13 years ago
- 002ea9eef ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES by Linus Walleij · 13 years ago
- f72a209 Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
- b8e111a ARM: OMAP: musb: Remove a redundant omap4430_phy_init call in usb_musb_init by Axel Lin · 13 years ago
- bfd46a5 ARM: OMAP: Fix i2c init for twl4030 by Tony Lindgren · 13 years ago
- 3696d30 ARM: OMAP4: MMC: fix power and audio issue, decouple USBC1 from MMC1 by Bryan Buckley · 13 years ago
- 0ecdb12 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
- 5fe858b Merge git://github.com/davem330/sparc by Linus Torvalds · 13 years ago
- 16fa42a powerpc: Fix device-tree matching for Apple U4 bridge by Benjamin Herrenschmidt · 13 years ago
- f4142cb sparc64: Force the execute bit in OpenFirmware's translation entries. by David S. Miller · 13 years ago
- 858b181 Merge branch 'samsung-fixes-3' of git://github.com/kgene/linux-samsung by Linus Torvalds · 13 years ago
- 00aaad2 ARM: EXYNOS4: Rename sclk_cam clocks for FIMC driver by Sylwester Nawrocki · 13 years ago
- 83427c2 ARM: S5PV210: Rename sclk_cam clocks for FIMC media driver by Sylwester Nawrocki · 13 years ago
- 231e58e Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvm by Linus Torvalds · 13 years ago
- a2b4910 Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
- 05873df [S390] gmap: always up mmap_sem properly by Carsten Otte · 13 years ago
- f9783ec [S390] Do not clobber personality flags on exec by Martin Schwidefsky · 13 years ago
- df77abc ARM: 7099/1: futex: preserve oldval in SMP __futex_atomic_op by Will Deacon · 13 years ago
- d8e89b4 ARM: dma-mapping: free allocated page if unable to map by Russell King · 13 years ago
- b76f7cdc ARM: S5P: fix incorrect loop iterator usage on gpio-interrupt by Marek Szyprowski · 13 years ago
- 4344646 ARM: S3C2443: Fix bit-reset in setrate of clk_armdiv by Heiko Stuebner · 13 years ago
- 9be3be1 KVM: x86 emulator: fix Src2CL decode by Avi Kivity · 13 years ago
- 41bc318 KVM: MMU: fix incorrect return of spte by Zhao Jin · 13 years ago
- 2f19d08 MIPS: Octeon: Enable C0_UserLocal probing. by David Daney · 13 years ago
- fae3f6f Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
- 11032c1 sparc: Make '-p' boot option meaningful again. by David S. Miller · 13 years ago
- 0f4ccbc MIPS: No branches in delay slots for huge pages in handle_tlbl by David Daney · 13 years ago
- d968275 MIPS: Don't clobber CP0_STATUS value for CONFIG_MIPS_MT_SMTC by David Daney · 13 years ago
- 465aaed MIPS: Octeon: Select CONFIG_HOLES_IN_ZONE by David Daney · 13 years ago
- bd71000 MIPS: PM: Use struct syscore_ops instead of sysdevs for PM (v2) by Rafael J. Wysocki · 14 years ago
- 1eec6cd MIPS: Compat: Use 32-bit wrapper for compat_sys_futex. by Yong Zhang · 13 years ago
- b8ecf34 MIPS: Do not use EXTRA_CFLAGS by Arnaud Lacombe · 13 years ago
- dd0a028 MIPS: Alchemy: DB1200: Disable cascade IRQ in handler by Manuel Lauss · 13 years ago
- 0596954 MIPS: Lantiq: Fix setting the PCI bus speed on AR9 by John Crispin · 13 years ago
- 77fbdb3 MIPS: Lantiq: Fix external interrupt sources by John Crispin · 13 years ago
- d954ffe MIPS: tlbex: Fix build error in R3000 code. by Ralf Baechle · 13 years ago