summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | 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
* | | | | | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-071-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | irq: check domain hwirq range for DT translateRob Herring2011-12-281-0/+3
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-074-58/+57
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-064-58/+57
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | clockevents: remove sysdev.hKay Sievers2011-12-211-1/+0
| | * | | | | | | | | | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-21/+19
| | * | | | | | | | | | | clocksource: convert sysdev_class to a regular subsystemKay Sievers2011-12-141-18/+19
| | * | | | | | | | | | | rtmutex-tester: convert sysdev_class to a regular subsystemKay Sievers2011-12-141-18/+19
* | | | | | | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-061-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'devel-stable' into for-linusRussell King2012-01-051-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles2011-12-231-5/+7
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-061-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-051-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | time: Fix spelling mistakes in new commentsJohn Stultz2011-11-211-4/+4
| | * | | | | | | | | | | | time: fix bogus comment in timekeeping_get_ns_rawDan McGee2011-11-211-1/+1
* | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-0627-2463/+2687
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sched/tracing: Add a new tracepoint for sleeptimeArun Sharma2011-12-232-2/+1
| * | | | | | | | | | | | | | sched: Disable scheduler warnings during oopsesDave Jones2011-12-231-0/+3
| * | | | | | | | | | | | | | sched: Fix cgroup movement of waking processDaisuke Nishimura2011-12-211-1/+3
| * | | | | | | | | | | | | | sched: Fix cgroup movement of newly created processDaisuke Nishimura2011-12-211-0/+13
| * | | | | | | | | | | | | | sched: Fix cgroup movement of forking processDaisuke Nishimura2011-12-211-2/+5
| * | | | | | | | | | | | | | sched: Remove cfs bandwidth period check in tg_set_cfs_period()Kamalesh Babulal2011-12-211-3/+0
| * | | | | | | | | | | | | | sched: Fix load-balance lock-breakingPeter Zijlstra2011-12-211-7/+25
| * | | | | | | | | | | | | | sched: Replace all_pinned with a generic flags fieldPeter Zijlstra2011-12-211-16/+19
| * | | | | | | | | | | | | | sched: Only queue remote wakeups when crossing cache boundariesPeter Zijlstra2011-12-213-30/+70
| * | | | | | | | | | | | | | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky2011-12-1918-2272/+2479
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | sched: Add missing rcu_dereference() around ->real_parent usageKees Cook2011-12-161-1/+1
| | * | | | | | | | | | | | | | Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-1522-55/+311
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | sched, nohz: Fix missing RCU read lockPeter Zijlstra2011-12-081-2/+7
| | * | | | | | | | | | | | | | sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancerSuresh Siddha2011-12-061-1/+1
| | * | | | | | | | | | | | | | sched, nohz: Fix the idle cpu check in nohz_idle_balanceSuresh Siddha2011-12-061-1/+1
| | * | | | | | | | | | | | | | sched: Use jump_labels for sched_featPeter Zijlstra2011-12-063-22/+81
| | * | | | | | | | | | | | | | sched/accounting: Fix parameter passing in task_group_account_fieldGlauber Costa2011-12-061-2/+2
| | * | | | | | | | | | | | | | sched/accounting: Fix user/system tick double accountingGlauber Costa2011-12-061-10/+2
| | * | | | | | | | | | | | | | sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa2011-12-062-93/+106
| | * | | | | | | | | | | | | | sched: Save some hrtick_start_fair cyclesMike Galbraith2011-12-062-3/+11
| | * | | | | | | | | | | | | | sched/accounting, cgroups: Reuse cgroup's parent pointerGlauber Costa2011-12-061-6/+9
| | * | | | | | | | | | | | | | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-061-38/+40
| | * | | | | | | | | | | | | | sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpusSuresh Siddha2011-12-061-36/+12
| | * | | | | | | | | | | | | | sched, nohz: Implement sched group, domain aware nohz idle load balancingSuresh Siddha2011-12-061-113/+47
| | * | | | | | | | | | | | | | sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha2011-12-064-0/+42
| | * | | | | | | | | | | | | | sched, nohz: Introduce nohz_flags in 'struct rq'Suresh Siddha2011-12-063-24/+40
| | * | | | | | | | | | | | | | sched/rt: Code cleanup, remove a redundant function callShan Hai2011-12-061-1/+1
| | * | | | | | | | | | | | | | sched: Fix the sched group node allocation for SD_OVERLAP domainsSuresh Siddha2011-12-061-1/+1
OpenPOWER on IntegriCloud