summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-08-191-5/+16
|\
| * blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-111-5/+16
* | irqdesc: fix new kernel-doc warningRandy Dunlap2011-08-181-0/+1
* | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-171-0/+4
|\ \
| * | PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-08-141-0/+4
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-171-1/+7
|\ \ \
| * | | lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra2011-08-091-1/+7
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-173-18/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-282-16/+37
| * | | irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior2011-07-281-0/+1
| * | | genirq: Fix wrong bit operationjhbird.choi@samsung.com2011-07-261-2/+2
* | | | move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-113-8/+14
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-08-112-2/+3
|\ \ \ \
| * | | | jump label: Reduce the cycle count by changing the link orderJason Baron2011-08-051-1/+2
| * | | | Merge branch 'linus' into perf/urgentIngo Molnar2011-08-0584-1890/+3135
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | trace events: Update version number reference to new 3.x scheme for EVENT_POW...Jesper Juhl2011-07-251-1/+1
| | |/ / | |/| |
* | | | cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder2011-08-091-2/+4
| |/ / |/| |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-08-042-31/+60
|\ \ \
| * | | lockdep: Clear whole lockdep_map on initializationTejun Heo2011-08-041-4/+1
| * | | lockdep: Fix up warningPeter Zijlstra2011-08-041-1/+1
| * | | lockdep: Fix trace_hardirqs_on_caller()Peter Zijlstra2011-08-041-14/+16
| * | | Merge branch 'linus' into core/urgentIngo Molnar2011-08-0483-1906/+3247
| |\ \ \
| * | | | futex: Fix regression with read only mappingsShawn Bohrer2011-07-261-12/+42
* | | | | Boot up with usermodehelper disabledLinus Torvalds2011-08-031-1/+1
* | | | | taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov2011-08-031-1/+1
* | | | | taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov2011-08-031-9/+7
| |/ / / |/| | |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-08-017-42/+53
|\ \ \ \
| * | | | kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel2011-08-011-8/+20
| * | | | kdb: Remove all references to DOING_KGDB2Jason Wessel2011-08-014-7/+3
| * | | | kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel2011-08-014-21/+29
| * | | | kdb: cleanup unused variables missed in the original kdb mergeJason Wessel2011-08-013-8/+3
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-07-311-0/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | resources: Add lookup_resource()Geert Uytterhoeven2011-07-301-0/+21
| |/ /
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-301-0/+1
|\ \ \
| * | | [media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT supportHans Verkuil2011-07-271-0/+1
| |/ /
* | | Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds2011-07-293-0/+185
|\ \ \
| * \ \ Merge branch 'imx/dt' into next/dtArnd Bergmann2011-07-2827-105/+120
| |\ \ \
| * | | | dt/irq: add irq_domain_generate_simple() helperGrant Likely2011-07-281-0/+58
| * | | | irq: add irq_domain translation infrastructureGrant Likely2011-07-283-0/+127
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-271-0/+5
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into nextJames Morris2011-06-3019-524/+628
| |\ \ \ \ \
| * | | | | | cgroupfs: use init_cred when populating new cgroupfs mounteparis@redhat2011-06-091-0/+5
* | | | | | | signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov2011-07-272-16/+6
| |_|_|/ / / |/| | | | |
* | | | | | atomic: use <linux/atomic.h>Arun Sharma2011-07-2613-13/+13
* | | | | | panic: panic=-1 for immediate rebootHugh Dickins2011-07-261-0/+2
* | | | | | gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov2011-07-261-1/+1
* | | | | | ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-261-0/+1
* | | | | | kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira2011-07-261-35/+48
* | | | | | cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-262-0/+12
* | | | | | Merge 'akpm' patch seriesLinus Torvalds2011-07-255-37/+36
|\ \ \ \ \ \