aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-08-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder
2011-08-05jump label: Reduce the cycle count by changing the link orderJason Baron
2011-08-05Merge branch 'linus' into perf/urgentIngo Molnar
2011-08-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-08-04lockdep: Clear whole lockdep_map on initializationTejun Heo
2011-08-04lockdep: Fix up warningPeter Zijlstra
2011-08-04lockdep: Fix trace_hardirqs_on_caller()Peter Zijlstra
2011-08-03Boot up with usermodehelper disabledLinus Torvalds
2011-08-04Merge branch 'linus' into core/urgentIngo Molnar
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov
2011-08-03taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2011-08-01kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel
2011-08-01kdb: cleanup unused variables missed in the original kdb mergeJason Wessel
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2011-07-30resources: Add lookup_resource()Geert Uytterhoeven
2011-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-29Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds
2011-07-28Merge branch 'imx/dt' into next/dtArnd Bergmann
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely
2011-07-28irq: add irq_domain translation infrastructureGrant Likely
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-27[media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT supportHans Verkuil
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-26futex: Fix regression with read only mappingsShawn Bohrer
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-25trace events: Update version number reference to new 3.x scheme for EVENT_POW...Jesper Juhl
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