- 8cfc7f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b424e8d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 67acd8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async by Linus Torvalds · 16 years ago
- a0e280e stop_machine/cpu hotplug: fix disable_nonboot_cpus by Heiko Carstens · 16 years ago
- 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
- e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
- ad160d2 async: don't do the initcall stuff post boot by Arjan van de Ven · 16 years ago
- 22a9d64 async: Asynchronous function calls to speed up kernel boot by Arjan van de Ven · 16 years ago
- da8d508 sched: fix possible recursive rq->lock by Peter Zijlstra · 16 years ago
- c861ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
- 3610639 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- cfa97f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
- 58c6d3d dma-coherent: catch oversized requests to dma_alloc_from_coherent() by Johannes Weiner · 16 years ago
- eccd83e dma_alloc_coherent: clean it up by Andrew Morton · 16 years ago
- 0bef3c2 dma_alloc_from_coherent(): fix fallback to generic memory by Andrew Morton · 16 years ago
- 4cb0e11 coredump_filter: permit changing of the default filter by Hidehiro Kawai · 16 years ago
- 9cd4fd1 SEND_SIG_NOINFO: set si_pid to tgid instead of pid by Sukadev Bhattiprolu · 16 years ago
- 09bca05 SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary by Sukadev Bhattiprolu · 16 years ago
- bd4207c kmod: fix varargs kernel-doc by Randy Dunlap · 16 years ago
- f24659d kprobes: support probing module __init function by Masami Hiramatsu · 16 years ago
- 0deddf43 module: add MODULE_STATE_LIVE notify by Masami Hiramatsu · 16 years ago
- 49ad2fd kprobes: remove called_from argument by Masami Hiramatsu · 16 years ago
- e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 16 years ago
- 017c39b kprobes: add __kprobes to kprobe internal functions by Masami Hiramatsu · 16 years ago
- 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
- a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 16 years ago
- 12da3b8 kprobes: add tests for register_kprobes by Masami Hiramatsu · 16 years ago
- 8e11440 kprobes: indirectly call kprobe_target by Masami Hiramatsu · 16 years ago
- bc2f701 kprobes: bugfix: try_module_get even if calling_mod is NULL by Masami Hiramatsu · 16 years ago
- 26e5438 profile: don't include <asm/ptrace.h> twice. by KOSAKI Motohiro · 16 years ago
- e3d5a27 Allow times and time system calls to return small negative values by Paul Mackerras · 16 years ago
- d6624f9 oops: increment the oops UUID every time we oops by Arjan van de Ven · 16 years ago
- 6034880 fork.c: cleanup for copy_sighand() by Zhaolei · 16 years ago
- f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
- 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
- 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 16 years ago
- e599137 mm: remove cgroup_mm_owner_callbacks by Hugh Dickins · 16 years ago
- 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 16 years ago
- ac8cc0f Merge branch 'next' into for-linus by James Morris · 16 years ago
- 3699c53 CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] by David Howells · 16 years ago
- 29881c4 Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]" by James Morris · 16 years ago
- 81ff86a pm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- cd3772e kernel/ksysfs.c:fix dependence on CONFIG_NET by Ming Lei · 16 years ago
- 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
- edb123e trivial: printk: fix indentation of new_text_line declaration by Jiri Kosina · 16 years ago
- db2f59c sched: fix section mismatch by Li Zefan · 16 years ago
- 0c910d2 sched: fix double kfree in failure path by Li Zefan · 16 years ago
- d9be28e Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent by Ingo Molnar · 16 years ago
- fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 16 years ago
- 0bbb275 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
- 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
- 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
- 82c5b7b hrtimer: splitout peek ahead functionality, fix by Ingo Molnar · 16 years ago
- c70f22d sched: clean up arch_reinit_sched_domains() by Li Zefan · 16 years ago
- 39aac64 sched: mark sched_create_sysfs_power_savings_entries() as __init by Li Zefan · 16 years ago
- 5359c32 Merge branch 'linus' into sched/urgent by Ingo Molnar · 16 years ago
- e3f1d88 hrtimer: fixup comments by Thomas Gleixner · 16 years ago
- a6037b6 hrtimer: fix recursion deadlock by re-introducing the softirq by Peter Zijlstra · 16 years ago
- 731a55b hrtimer: simplify hotplug migration by Thomas Gleixner · 16 years ago
- d5fd43c hrtimer: fix HOTPLUG_CPU=n compile warning by Thomas Gleixner · 16 years ago
- 8bdec95 hrtimer: splitout peek ahead functionality by Thomas Gleixner · 16 years ago
- c59ab97 rcu: fix rcutorture bug by Paul E. McKenney · 16 years ago
- ea7d3fe rcu: eliminate synchronize_rcu_xxx macro by Paul E. McKenney · 16 years ago
- 90a4d2c rcu: make treercu safe for suspend and resume by Paul E. McKenney · 16 years ago
- c12172c rcu: fix rcutree grace-period-latency bug on small systems by Paul E. McKenney · 16 years ago
- fe0bdec Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
- 14eaddc CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2] by David Howells · 16 years ago
- 9e01892 module: convert to stop_machine_create/destroy. by Heiko Carstens · 16 years ago
- 9ea09af stop_machine: introduce stop_machine_create/destroy. by Heiko Carstens · 16 years ago
- 088af9a module: fix module loading failure of large kernel modules for parisc by Helge Deller · 16 years ago
- d1e99d7 module: fix warning of unused function when !CONFIG_PROC_FS by Jianjun Kong · 16 years ago
- ca4787b kernel/module.c: compare symbol values when marking symbols as exported in /proc/kallsyms. by Tim Abbott · 16 years ago
- 7b574b7 cgroups: fix a race between cgroup_clone and umount by Li Zefan · 16 years ago
- 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 16 years ago
- 36c4f1b1 clean up audit_rule_{add,del} a bit by Al Viro · 16 years ago
- e048e02 make sure that filterkey of task,always rules is reported by Al Viro · 16 years ago
- e45aa21 audit rules ordering, part 2 by Al Viro · 16 years ago
- 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 16 years ago
- 1a9d079 audit_update_lsm_rules() misses the audit_inode_hash[] ones by Al Viro · 16 years ago
- 57f71a0 sanitize audit_log_capset() by Al Viro · 16 years ago
- 157cf64 sanitize audit_fd_pair() by Al Viro · 16 years ago
- 564f699 sanitize audit_mq_open() by Al Viro · 16 years ago
- c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 16 years ago
- 20114f7 sanitize audit_mq_notify() by Al Viro · 16 years ago
- 7392906 sanitize audit_mq_getsetattr() by Al Viro · 16 years ago
- e816f37 sanitize audit_ipc_set_perm() by Al Viro · 16 years ago
- a33e675 sanitize audit_ipc_obj() by Al Viro · 16 years ago
- f3298dc sanitize audit_socketcall by Al Viro · 16 years ago
- 4f6b434 don't reallocate buffer in every audit_sockaddr() by Al Viro · 16 years ago
- 8916ede getrusage: RUSAGE_THREAD should return ru_utime and ru_stime by KOSAKI Motohiro · 16 years ago
- 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
- 6ca09df sched: put back some stack hog changes that were undone in kernel/sched.c by Mike Travis · 16 years ago
- 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 16 years ago
- 263ec64 cpumask: convert RCU implementations, fix by Ingo Molnar · 16 years ago
- 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
- 90621c4 futex: catch certain assymetric (get|put)_futex_key calls by Darren Hart · 16 years ago
- b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago