aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-0/+21
2011-07-30resources: Add lookup_resource()Gravatar Geert Uytterhoeven 1-0/+21
2011-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2011-07-29Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Gravatar Linus Torvalds 3-0/+185
2011-07-28Merge branch 'imx/dt' into next/dtGravatar Arnd Bergmann 27-105/+120
2011-07-28dt/irq: add irq_domain_generate_simple() helperGravatar Grant Likely 1-0/+58
2011-07-28irq: add irq_domain translation infrastructureGravatar Grant Likely 3-0/+127
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+5
2011-07-27[media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT supportGravatar Hans Verkuil 1-0/+1
2011-07-27signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Gravatar Oleg Nesterov 2-16/+6
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 13-13/+13
2011-07-26panic: panic=-1 for immediate rebootGravatar Hugh Dickins 1-0/+2
2011-07-26gcov: disable CONSTRUCTORS for UMLGravatar Vitaliy Ivanov 1-1/+1
2011-07-26ipc: introduce shm_rmid_forced sysctlGravatar Vasiliy Kulikov 1-0/+1
2011-07-26kernel/fork.c: fix a few coding style issuesGravatar Daniel Rebelo de Oliveira 1-35/+48
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Michal Hocko 2-0/+12
2011-07-25Merge 'akpm' patch seriesGravatar Linus Torvalds 5-37/+36
2011-07-25kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=nGravatar Stephen Boyd 1-2/+2
2011-07-25notifiers: sys: move reboot notifiers into reboot.hGravatar Amerigo Wang 2-32/+31
2011-07-25devres: fix possible use after freeGravatar Maxin B John 1-1/+1
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngGravatar Benjamin Herrenschmidt 1-2/+2
2011-07-25Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-3/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 7-14/+5
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+0
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 2-14/+84
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-12/+85
2011-07-24module: add /sys/module/<name>/uevent filesGravatar Kay Sievers 2-0/+21
2011-07-24module: change attr callbacks to take struct module_kobjectGravatar Kay Sievers 2-12/+12
2011-07-24modules: add default loader hook implementationsGravatar Jonas Bonn 1-0/+49
2011-07-24param: fix return value handling in param_set_*Gravatar Satoru Moriya 1-2/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-20/+4
2011-07-22Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+73
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+28
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-118/+101
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 25-1182/+1655
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-15/+4
2011-07-22Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-13/+41
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-8/+11
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-10/+23
2011-07-22Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-28/+53
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscGravatar Linus Torvalds 4-261/+485
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+29
2011-07-22sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairGravatar Lin Ming 1-2/+2
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-5/+39
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 1-0/+29
2011-07-21lockdep: Fix lockdep_no_validate against IRQ statesGravatar Peter Zijlstra 1-0/+3
2011-07-21perf: Remove perf_event_attr::type checkGravatar Lin Ming 1-7/+0
2011-07-21sched: Replace use of entity_key()Gravatar Stephan Baerwolf 1-7/+1
2011-07-21sched: Separate group-scheduling code more clearlyGravatar Jan H. Schönherr 1-24/+19
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingGravatar Richard Kennedy 1-1/+1