aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroups: make procs file writableBen Blum2011-05-261-46/+393
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-264-104/+73
* cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-261-0/+10
* irq: Remove smp_affinity_list when unregister irq procYinghai Lu2011-05-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-252-0/+81
|\
| * ns proc: Add support for the uts namespaceEric W. Biederman2011-05-101-0/+39
| * ns: Introduce the setns syscallEric W. Biederman2011-05-101-0/+42
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/ol...Linus Torvalds2011-05-252-3/+5
|\ \
| * | signal: sys_pause() should check signal_pending()Oleg Nesterov2011-05-251-2/+4
| * | ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov2011-05-251-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-252-1/+9
|\ \ \
| * | | arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-191-1/+1
| * | | compat: fixes to allow working with tile archChris Metcalf2011-05-121-0/+8
* | | | hrtimers: Fix typo causing erratic timersThomas Gleixner2011-05-251-1/+1
| |/ / |/| |
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-251-11/+14
|\ \ \
| * | | posix-timers: RCU conversionEric Dumazet2011-05-241-11/+14
* | | | printk: allocate kernel log buffer earlierMike Travis2011-05-251-29/+58
* | | | bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-4/+50
* | | | mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-3/+34
* | | | mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-2/+2
* | | | mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-251-1/+0
* | | | lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra2011-05-251-8/+17
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-05-244-7/+109
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusJames Morris2011-05-244-7/+109
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'master' into nextJames Morris2011-05-1918-40/+103
| | |\ \ \
| | * \ \ \ Merge branch 'master'; commit 'v2.6.39-rc3' into nextJames Morris2011-04-1948-153/+255
| | |\ \ \ \
| | * | | | | capabilities: delete all CAP_INIT macrosEric Paris2011-04-041-3/+3
| | * | | | | capabilities: delete unused cap_set_fullEric Paris2011-04-041-2/+0
| | * | | | | capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris2011-04-041-2/+0
| | * | | | | capabilites: allow the application of capability limits to usermode helpersEric Paris2011-04-042-0/+106
* | | | | | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-3/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-2413-60/+88
| |\ \ \ \ \ \
| * | | | | | | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-3/+1
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-231-4/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit '559fa6e76b27' into perf/urgentIngo Molnar2011-05-231-4/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | profile: Use vzalloc() rather than vmalloc() & memset()Jesper Juhl2010-10-311-4/+2
* | | | | | | | | | kernel/watchdog.c: Use proper ANSI C prototypesLinus Torvalds2011-05-231-1/+1
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-232-37/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched: Increase SCHED_LOAD_SCALE resolutionNikhil Rao2011-05-201-8/+20
| * | | | | | | | | | sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculationsNikhil Rao2011-05-202-27/+29
| * | | | | | | | | | sched: Cleanup set_load_weight()Nikhil Rao2011-05-201-4/+7
* | | | | | | | | | | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | modules: Enabled dynamic debugging for staging modulesRoland Vossen2011-04-251-2/+2
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-236-92/+125
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hrtimers: Reorder clock basesThomas Gleixner2011-05-231-6/+6
| * | | | | | | | | | | hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-234-16/+23
| * | | | | | | | | | | timerfd: Manage cancelable timers in timerfdThomas Gleixner2011-05-231-62/+32
| * | | | | | | | | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2011-05-2075-2326/+4643
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clockevents: Move C3 stop test outside lockAndi Kleen2011-05-051-7/+9
| * | | | | | | | | | | | alarmtimer: Drop device refcount after rtc_open()Thomas Gleixner2011-05-041-1/+7