summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched: Remove NULL assignment of dattr_curKamalesh Babulal2012-05-301-1/+0Star
| * | | | | | sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto2012-05-301-1/+0Star
| * | | | | | sched: Make sched_feat_names constHiroshi Shimamoto2012-05-301-1/+1
| * | | | | | sched/rt: Fix SCHED_RR across cgroupsColin Cross2012-05-301-5/+10
| * | | | | | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-303-17/+23
| * | | | | | sched: Make sure to not re-read variables after validationPeter Zijlstra2012-05-301-4/+11
| * | | | | | sched: Fix SD_OVERLAPPeter Zijlstra2012-05-302-7/+25
| * | | | | | sched: Don't try allocating memory from offline nodesPeter Zijlstra2012-05-301-1/+1
| * | | | | | sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-302-10/+44
| | |_|/ / / | |/| | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds2012-06-045-36/+44
|\ \ \ \ \ \ \
| | * | | | | | smpboot, idle: Fix comment mismatch over idle_threads_init()Srivatsa S. Bhat2012-05-241-4/+7
| | * | | | | | smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()Srivatsa S. Bhat2012-05-241-2/+4
| * | | | | | | genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu2012-05-243-28/+27Star
| * | | | | | | genirq: Add IRQS_PENDING for nested and simple irqNing Jiang2012-05-241-2/+6
| |/ / / / / /
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-06-042-2/+19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | tick: Move skew_tick option into the HIGH_RES_TIMER sectionThomas Gleixner2012-05-251-8/+8
| * | | | | | clockevents: Make clockevents_config() a global symbolMagnus Damm2012-05-251-2/+1Star
| * | | | | | tick: Add tick skew boot optionMike Galbraith2012-05-251-0/+18
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-17/+31
|\ \ \ \ \ \ \
| * | | | | | | new helper: signal_delivered()Al Viro2012-06-011-9/+13
| * | | | | | | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-6/+12
| * | | | | | | pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-0/+6
| * | | | | | | HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-011-2/+0Star
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-012-1/+90
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | brlocks/lglocks: turn into functionsAndi Kleen2012-05-302-1/+90
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-016-47/+122
|\ \ \ \ \ \ \ \
| * | | | | | | | keys: kill task_struct->replacement_session_keyringOleg Nesterov2012-05-241-9/+0Star
| * | | | | | | | genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2012-05-242-37/+33Star
| * | | | | | | | task_work_add: generic process-context callbacksOleg Nesterov2012-05-244-2/+90
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-0113-101/+464
|\ \ \ \ \ \ \ \
| * | | | | | | | c/r: prctl: add ability to set new mm_struct::exe_fileCyrill Gorcunov2012-06-011-0/+56
| * | | | | | | | c/r: prctl: extend PR_SET_MM to set up more mm_struct entriesCyrill Gorcunov2012-06-011-51/+83
| * | | | | | | | syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-06-013-0/+202
| * | | | | | | | sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORECyrill Gorcunov2012-06-011-1/+5
| * | | | | | | | pidns: make killed children autoreapEric W. Biederman2012-06-011-1/+6
| * | | | | | | | pidns: use task_active_pid_ns in do_notify_parentEric W. Biederman2012-06-011-6/+5Star
| * | | | | | | | kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov2012-06-011-0/+18
| * | | | | | | | cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov2012-06-011-0/+26
| * | | | | | | | fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Konstantin Khlebnikov2012-06-011-3/+7
| * | | | | | | | stack usage: add pid to warning printk in check_stack_usageTim Bird2012-06-011-3/+3
| * | | | | | | | cred: remove task_is_dead() from __task_cred() validationOleg Nesterov2012-06-011-1/+1
| * | | | | | | | kmod.c: fix kernel-doc warningRandy Dunlap2012-06-011-1/+1
| * | | | | | | | kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh2012-06-011-3/+22
| * | | | | | | | kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2012-06-011-11/+8Star
| * | | | | | | | kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh2012-06-011-2/+1Star
| * | | | | | | | kernel/cpu_pm.c: fix various typosNicolas Pitre2012-06-011-8/+8
| * | | | | | | | kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton2012-06-011-6/+8
| * | | | | | | | sethostname/setdomainname: notify userspace when there is a change in uts_ker...Sasikantha babu2012-06-011-2/+2
| * | | | | | | | kernel/resource.c: correct the comment of allocate_resource()Wei Yang2012-06-011-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-301-0/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |