summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-01106-3197/+5181
|\
| * cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo2012-04-011-9/+62
| * cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo2012-04-011-48/+71
| * cgroup: implement cgroup_rm_cftypes()Tejun Heo2012-04-011-10/+44
| * cgroup: introduce struct cfentTejun Heo2012-04-011-36/+77
| * cgroup: relocate __d_cgrp() and __d_cft()Tejun Heo2012-04-011-10/+10
| * cgroup: remove cgroup_add_file[s]()Tejun Heo2012-04-011-31/+20
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-014-48/+20
| * cgroup: merge cft_release_agent cftype array into the base files arrayTejun Heo2012-04-011-12/+7
| * cgroup: implement cgroup_add_cftypes() and friendsTejun Heo2012-04-011-1/+131
| * cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo2012-04-011-0/+10
| * cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()Tejun Heo2012-04-011-4/+2
| * cgroup: deprecate remount option changesTejun Heo2012-04-011-0/+5
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-312-9/+7
| |\
| | * sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat2012-03-311-2/+2
| | * Merge branch 'sched/arch' into sched/urgentIngo Molnar2012-03-292-0/+4
| | |\
| | | * sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas2012-03-132-0/+4
| | * | sched: Fix __schedule_bug() output when called from an interruptStephen Boyd2012-03-291-7/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-318-108/+199
| |\ \ \
| | * | | tracing: Fix ent_size in trace outputSteven Rostedt2012-03-271-0/+4
| | * | | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-2644-1385/+1391
| | |\ \ \
| | * | | | perf: Move mmap page data_head offset assertion out of headerJiri Olsa2012-03-241-0/+7
| | * | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-03-242-5/+13
| | |\ \ \ \
| | | * | | | tracing: Fix ftrace stack trace entriesWolfgang Mauerer2012-03-222-5/+13
| | | | |_|/ | | | |/| |
| | * | | | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-2/+2
| | * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-225-101/+173
| | |\ \ \ \
| | | * | | | tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown2012-03-131-2/+0
| | | * | | | ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat2012-03-131-1/+2
| | | * | | | tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt2012-03-011-0/+2
| | | * | | | tracing: Do not select FRAME_POINTER on PPCGerlando Falauto2012-02-271-1/+1
| | | * | | | tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-223-97/+168
| * | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-303-15/+30
| |\ \ \ \ \ \
| | * | | | | | genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-03-301-3/+7
| | * | | | | | genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava2012-03-291-1/+8
| | * | | | | | genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev2012-03-291-5/+5
| | * | | | | | genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev2012-03-291-6/+10
| * | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-302-46/+30
| |\ \ \ \ \ \ \
| | * | | | | | | futex: Mark get_robust_list as deprecatedKees Cook2012-03-292-0/+4
| | * | | | | | | futex: Do not leak robust list to unprivileged processKees Cook2012-03-292-46/+26
| | |/ / / / / /
| * | | | | | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-291-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | cgroup: cgroup_attach_task() could return -errno after successTejun Heo2012-03-291-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-292-9/+61
| |\ \ \ \ \ \ \
| | * | | | | | | compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin2012-02-201-8/+60
| | * | | | | | | Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
| * | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-3/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | irq: make SPARSE_IRQ an optionally hidden optionRob Herring2012-01-251-3/+2
| * | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-294-42/+59
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | cpusets: Remove an unused variableDan Carpenter2012-03-281-1/+0
| | * | | | | | | | sched/rt: Improve pick_next_highest_task_rt()Michael J Wang2012-03-271-1/+1
| | * | | | | | | | sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2012-03-272-32/+50