summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* security: remove unused security_sysctl hookLucian Adrian Grijincu2011-02-011-5/+0Star
* Merge branch 'master' into nextJames Morris2011-01-0962-1736/+3665
|\
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-0811-63/+62Star
| |\
| | * irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter2010-12-181-9/+9
| | * taskstats: Use this_cpu_opsChristoph Lameter2010-12-171-3/+2Star
| | * Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-173-5/+8
| | |\
| | * | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-179-49/+49
| | * | kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-4/+4
| * | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-081-1/+59
| |\ \ \
| | * | | workqueue: allow chained queueing during destructionTejun Heo2010-12-201-1/+59
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-077-35/+33Star
| |\ \ \ \
| | * | | | sched: Constify function scope static struct sched_param usagePeter Zijlstra2011-01-074-4/+4
| | * | | | sched: Fix strncmp operationHillf Danton2011-01-071-1/+1
| | * | | | sched: Move sched_autogroup_exit() to free_signal_struct()Mike Galbraith2011-01-071-4/+3Star
| | * | | | sched: Fix struct autogroup memory leakMike Galbraith2011-01-071-0/+1
| | * | | | sched: Mark autogroup_init() __initYong Zhang2011-01-071-1/+1
| | * | | | sched: Consolidate the name of root_task_group and init_task_groupYong Zhang2011-01-072-25/+23Star
| * | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-6/+2Star
| |\ \ \ \ \
| | * | | | | tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers2010-12-171-0/+2
| | * | | | | console: move for_each_console to linux/console.hJiri Slaby2010-11-161-6/+0Star
| * | | | | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-071-15/+39
| |\ \ \ \ \ \
| | * | | | | | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
| | * | | | | | fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
| | * | | | | | fs: dcache remove dcache_lockNick Piggin2011-01-071-6/+0Star
| | * | | | | | fs: dcache scale subdirsNick Piggin2011-01-071-2/+17
| | * | | | | | fs: dcache scale dentry refcountNick Piggin2011-01-071-2/+0Star
| | * | | | | | fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
| | * | | | | | cgroup fs: avoid switching ->d_op on live dentryNick Piggin2011-01-071-5/+22
| * | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-071-0/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Merge branch 'clksrc' into develRussell King2011-01-051-0/+1
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fix rounding in clocks_calc_mult_shift()john stultz2010-12-221-0/+1
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---------. \ \ \ \ \ \ Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds2011-01-062-10/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | |_|/ / / / | | | | | | | |/| | | | |
| | | | | | * / | | | | | locking, lockdep: Convert sprintf_symbol to %pSJoe Perches2010-11-101-10/+6Star
| | | | | | |/ / / / / /
| | * | | | | | | | / / x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha2010-12-141-0/+11
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-061-2/+169
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | module: Move RO/NX module protection to after ftrace module updateSteven Rostedt2010-12-231-12/+12
| | * | | | | | | | | | Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar2010-12-2327-257/+570
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-181-2/+169
| * | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-066-102/+63Star
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | timers: Use this_cpu_readChristoph Lameter2010-12-121-2/+2
| | * | | | | | | | | | | hrtimer: fix timerqueue conversion flubJohn Stultz2010-12-111-5/+2Star
| | * | | | | | | | | | | hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-102-60/+34Star
| | * | | | | | | | | | | timer: Warn when del_timer_sync() is called in hardirq contextYong Zhang2010-10-221-1/+5
| | * | | | | | | | | | | timer: Del_timer_sync() can be used in softirq contextYong Zhang2010-10-221-5/+3Star
| | * | | | | | | | | | | timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang2010-10-221-14/+3Star
| | * | | | | | | | | | | posix-timers: Annotate lock_timer()Namhyung Kim2010-10-211-2/+8
| | * | | | | | | | | | | timer: Permit statically-declared work with deferrable timersPhil Carmody2010-10-211-14/+1Star
| | * | | | | | | | | | | time: Use ARRAY_SIZE macro in timecompare.cNikitas Angelinas2010-10-211-2/+3
| | * | | | | | | | | | | time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen2010-10-211-2/+7
| * | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-0619-585/+785
| |\ \ \ \ \ \ \ \ \ \ \ \