- 1ca9fda x86: fix IBM Summit based systems' phys_cpu_present_map on 32-bit kernels by Chris McDermott · 16 years ago
- 071375b x86, RDC321x: remove gpio.h complications by Ingo Molnar · 16 years ago
- 1f97276 x86, RDC321x: add to mach-default by Ingo Molnar · 16 years ago
- 36ac261 crashdump: fix undefined reference to `elfcorehdr_addr' by Ingo Molnar · 16 years ago
- 88bef5a Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
- 054a3fd flag parameters: fix compile error of sys_epoll_create1 by Wang Chen · 16 years ago
- 024e8ac x86_64: fix ia32 AMD syscall audit fast-path by Roland McGrath · 16 years ago
- 1ff8419 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
- 8d25b36 MFD_TC6393XB is ARM-only by Adrian Bunk · 16 years ago
- e89f382 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
- 7b35fa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
- 29ca069 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
- b4615e6 sys_paccept definition missing __user annotation by Harvey Harrison · 16 years ago
- fc532f8 powerpc: Fix boot problem due to AT_BASE_PLATFORM change by Nathan Lynch · 16 years ago
- f1373da sparc: Wire up new system calls. by David S. Miller · 16 years ago
- ff5d48a Merge git://git.infradead.org/embedded-2.6 by Linus Torvalds · 16 years ago
- 762b829 Merge git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 16 years ago
- c6af5e9 bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODE by Johannes Weiner · 16 years ago
- 7dcf2a9 remove dummy asm/kvm.h files by Adrian Bunk · 16 years ago
- 9b81361 signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD by Ingo Molnar · 16 years ago
- e44d1b2 mm/hugetlb.c: fix build failure with !CONFIG_SYSCTL by Ingo Molnar · 16 years ago
- 44463f7 firmware: create firmware binaries during 'make modules'. by David Woodhouse · 16 years ago
- 5047887 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
- 996abf0 Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 by Linus Torvalds · 16 years ago
- 93082f0 Fix ahci driver 'flags' type by Linus Torvalds · 16 years ago
- f87bd33 edac: mpc85xx fix pci ofdev 2nd pass by Dave Jiang · 16 years ago
- fcb1917 edac: mv64x60 add pci fixup by Dave Jiang · 16 years ago
- 596d394 edac: mv64x60 fix get_property by Dave Jiang · 16 years ago
- 10d33e9 edac: e752x fix too loud on nonmemory errors by Doug Thompson · 16 years ago
- 124682c edac: core fix added newline to sysfs dimm labels by Arthur Jones · 16 years ago
- f9fc82a edac: core fix static to dynamic kset by Arthur Jones · 16 years ago
- 327dafb edac: core fix redundant sysfs controls to parameters by Arthur Jones · 16 years ago
- 096846e edac: core fix workq timer by Arthur Jones · 16 years ago
- 14cc571 edac: core fix to use dynamic kobject by Arthur Jones · 16 years ago
- b238e57 edac: i5100: cleanup by Arthur Jones · 16 years ago
- 178d5a7 edac: i5100 fix unmask ecc bits by Arthur Jones · 16 years ago
- 43920a5 edac: i5100 fix enable ecc hardware by Arthur Jones · 16 years ago
- f7952ff edac: i5100 fix missing bits by Arthur Jones · 16 years ago
- 8f421c5 edac: i5100 new intel chipset driver by Arthur Jones · 16 years ago
- 48e9076 fuse: lockd support by Miklos Szeredi · 16 years ago
- 33670fa fuse: nfs export special lookups by Miklos Szeredi · 16 years ago
- c180eeb fuse: add fuse_lookup_name() helper by Miklos Szeredi · 16 years ago
- dbd561d fuse: add export operations by Miklos Szeredi · 16 years ago
- 0de6256 fuse: prepare lookup for nfs export by Miklos Szeredi · 16 years ago
- 764c76b locks: allow ->lock() to return FILE_LOCK_DEFERRED by Miklos Szeredi · 16 years ago
- b648a6d locks: cleanup code duplication by Miklos Szeredi · 16 years ago
- bde74e4 locks: add special return value for asynchronous locks by Miklos Szeredi · 16 years ago
- cc77b15 lockd: dont return EAGAIN for a permanent error by Miklos Szeredi · 16 years ago
- b81f3ea taskstats: remove initialization of static per-cpu variable by Vegard Nossum · 16 years ago
- 9b0975a per-task-delay-accounting: update document and getdelays.c for memory reclaim by Keika Kobayashi · 16 years ago
- 016ae21 per-task-delay-accounting: update taskstats for memory reclaim delay by Keika Kobayashi · 16 years ago
- 873b477 per-task-delay-accounting: add memory reclaim delay by Keika Kobayashi · 16 years ago
- 3e85ba0 tsacct: fix bacct_add_tsk()'s use of do_div() by David Howells · 16 years ago
- 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
- 0c18d7a bsdacct: fix and add comments around acct_process() by Pavel Emelyanov · 16 years ago
- 7d1e135 bsdacct: account dying tasks in all relevant namespaces by Pavel Emelyanov · 16 years ago
- b5a7174 bsdacct: turn acct off for all pidns-s on umount time by Pavel Emelyanov · 16 years ago
- 0b6b030 bsdacct: switch from global bsd_acct_struct instance to per-pidns one by Pavel Emelyanov · 16 years ago
- 6248b1b bsdacct: make internal code work with passed bsd_acct_struct, not global by Pavel Emelyanov · 16 years ago
- a75d979 bsdacct: turn the acct_lock from on-the-struct to global by Pavel Emelyanov · 16 years ago
- e59a04a bsdacct: make check timer accept a bsd_acct_struct argument by Pavel Emelyanov · 16 years ago
- 1c55285 bsdacct: "truthify" a comment near acct_process by Pavel Emelyanov · 16 years ago
- 20fad13 pidns: add the struct bsd_acct_struct pointer on pid_namespace struct by Pavel Emelyanov · 16 years ago
- 84406c1 pidns: use kzalloc when allocating new pid_namespace struct by Pavel Emelyanov · 16 years ago
- 081e4c8 bsdacct: rename acct_gbls to bsd_acct_struct by Pavel Emelyanov · 16 years ago
- 49b5cf3 accounting: account for user time when updating memory integrals by Jonathan Lim · 16 years ago
- 7394f0f unexport uts_sem by Adrian Bunk · 16 years ago
- a89cc19 markers: fix sparse integer as NULL pointer warning by Harvey Harrison · 16 years ago
- 28325df markers: use rcu_barrier_sched() and call_rcu_sched() by Mathieu Desnoyers · 16 years ago
- 24879a8 aoe: convert emsgs_sema into a completion by Matthias Kaehlcke · 16 years ago
- dbda0de pidns: remove find_task_by_pid, unused for a long time by Pavel Emelyanov · 16 years ago
- e49859e pidns: remove now unused find_pid function. by Pavel Emelyanov · 16 years ago
- 19b0cfc pidns: remove now unused kill_proc function by Pavel Emelyanov · 16 years ago
- 33166b1 shrink struct pid by removing padding on 64 bit builds by Richard Kennedy · 16 years ago
- 3ae4eed proper pid{hash,map}_init() prototypes by Adrian Bunk · 16 years ago
- 4ecb900 sysctl: allow override of /proc/sys/net with CAP_NET_ADMIN by Stephen Hemminger · 16 years ago
- 99541c2 sysctl: check for bogus modes by Alexey Dobriyan · 16 years ago
- 339caf2 proc: misplaced export of find_get_pid by David Sterba · 16 years ago
- 6eedf8d proc: move Kconfig to fs/proc/Kconfig by Alexey Dobriyan · 16 years ago
- a9bd4a3 proc: remove pathetic remount code by Alexey Dobriyan · 16 years ago
- 881adb8 proc: always do ->release by Alexey Dobriyan · 16 years ago
- 6e644c3 move proc_kmsg_operations to fs/proc/internal.h by Adrian Bunk · 16 years ago
- cd9a6f10 unexport proc_clear_tty by Adrian Bunk · 16 years ago
- 2537747 dell_rbu: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
- d991696 fs/partitions/efi: convert to pr_debug by Thomas Gleixner · 16 years ago
- 04ebd4a block/ioctl.c and fs/partition/check.c: check value returned by add_partition() by Abdel Benamrouche · 16 years ago
- d805dda fs/partition/check.c: fix return value warning by Abdel Benamrouche · 16 years ago
- abe19b7 dcdbas: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
- f37e661 firmware: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
- ec905a1 drivers/misc/phantom: note PCI by Jiri Slaby · 16 years ago
- ace7dd9 Char: mxser, various cleanups by Jiri Slaby · 16 years ago
- 1df0092 Char: mxser, remove predefined isa support by Jiri Slaby · 16 years ago
- 83766bc Char: mxser, prints cleanup by Jiri Slaby · 16 years ago
- 729f0ed Char: mxser, update documentation by Jiri Slaby · 16 years ago
- 72800df Char: mxser, globals cleanup by Jiri Slaby · 16 years ago
- 41aee9a Char: mxser, ioctl cleanup by Jiri Slaby · 16 years ago
- 6ee8928 nwflash: use simple_read_from_buffer() by Akinobu Mita · 16 years ago
- 236b875 dsp56k: BKL pushdown by Alan Cox · 16 years ago
- b8e3591 ds1302: push down the BKL into the driver ioctl code by Alan Cox · 16 years ago
- 6d535d3 ppdev: wrap ioctl handler in driver and push lock down by Alan Cox · 16 years ago