aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-27signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26panic: panic=-1 for immediate rebootHugh Dickins
2011-07-26gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov
2011-07-26kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=nStephen Boyd
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang
2011-07-25devres: fix possible use after freeMaxin B John
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt
2011-07-25Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers
2011-07-24modules: add default loader hook implementationsJonas Bonn
2011-07-24param: fix return value handling in param_set_*Satoru Moriya
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-07-22Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-07-22sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairLin Ming
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-07-21lockdep: Fix lockdep_no_validate against IRQ statesPeter Zijlstra
2011-07-21perf: Remove perf_event_attr::type checkLin Ming
2011-07-21sched: Replace use of entity_key()Stephan Baerwolf
2011-07-21sched: Separate group-scheduling code more clearlyJan H. Schönherr
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy
2011-07-21sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz
2011-07-21sched: Remove unused function cpu_cfs_rq()Jan Schoenherr
2011-07-21sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr
2011-07-21sched, cgroup: Optimize load_balance_fair()Peter Zijlstra
2011-07-21sched: Don't update shares twice on on_rq parentPaul Turner
2011-07-21sched: update correct entity's runtime in check_preempt_wakeup()Paul Turner
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar
2011-07-21ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionOleg Nesterov