summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
*-. Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-068-25/+24
|\ \
| | * fs: move code out of buffer.cAl Viro2012-01-031-1/+0
| |/ |/|
| * auditsc: propage umode_tAl Viro2012-01-031-2/+2
| * switch kern_ipc_perm to umode_tAl Viro2012-01-031-5/+5
| * switch mq_open() to umode_tAl Viro2012-01-031-3/+3
| * sysctl: use umode_t for table permissionsAl Viro2012-01-031-1/+1
| * cgroup: propagate mode_tAl Viro2012-01-031-7/+7
| * switch debugfs to umode_tAl Viro2012-01-034-4/+4
| * switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
|/
* get rid of timer in kern/acct.cAl Viro2012-01-031-30/+10
* hung_task: fix false positive during vforkMandeep Singh Baines2012-01-031-4/+10
* futex: Fix uninterruptible loop due to gate_areaHugh Dickins2011-12-311-8/+20
* Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds2011-12-301-1/+0
* Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-201-5/+0
|\
| * cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-191-5/+0
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-201-3/+9
|\ \
| * | time/clocksource: Fix kernel-doc warningsKusanagi Kouichi2011-12-191-3/+9
* | | binary_sysctl(): fix memory leakMichel Lespinasse2011-12-201-1/+1
* | | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2011-12-201-5/+24
| |/ |/|
| |
| \
*-. \ Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://...Linus Torvalds2011-12-172-8/+14
|\ \ \
| | * | sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra2011-12-161-6/+8
| * | | perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon2011-12-141-2/+6
|/ / /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-092-3/+9
|\ \ \
| * | | perf: Do no try to schedule task events if there are noneGleb Natapov2011-12-071-2/+2
| * | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang2011-12-061-1/+7
* | | | sys_getppid: add missing rcu_dereferenceMandeep Singh Baines2011-12-091-1/+1
* | | | printk: avoid double lock acquirePeter Zijlstra2011-12-091-1/+2
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-081-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | alarmtimers: Fix time comparisonThomas Gleixner2011-12-061-1/+1
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-064-5/+11
|\ \ \ | |/ / |/| / | |/
| * ftrace: Fix hash record accounting bugSteven Rostedt2011-12-051-1/+3
| * jump_label: jump_label_inc may return before the code is patchedGleb Natapov2011-12-051-1/+2
| * ftrace: Remove force undef config value left for testingSteven Rostedt2011-12-051-1/+0
| * tracing: Restore system filter behaviorLi Zefan2011-12-051-1/+6
| * tracing: fix event_subsystem ref countingIlya Dryomov2011-12-051-1/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-054-6/+95
|\ \ | |/
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-12-051-3/+3
| |\
| | * trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo2011-12-011-3/+3
| * | perf: Fix loss of notification with multi-eventPeter Zijlstra2011-12-053-2/+90
| |/
| * perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...Gleb Natapov2011-11-141-1/+2
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-053-3/+4
|\ \
| * | clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner2011-12-021-0/+1
| * | tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner2011-12-021-1/+1
| * | clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)2011-12-011-2/+2
| | |
| \ \
*-. \ \ Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2011-12-051-1/+4
|\ \ \ \
| | * | | genirq: Fix race condition when stopping the irq threadIdo Yariv2011-12-021-1/+4
| |/ / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-054-34/+146
|\ \ \ \ | |/ / / |/| | |
| * | | sched: Fix buglet in return_cfs_rq_runtime()Paul Turner2011-11-161-1/+1
OpenPOWER on IntegriCloud