summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-285-72/+57Star
|\
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-09-211-7/+12
| |\
| | * time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz2012-09-131-7/+12
| * | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-191-17/+8Star
| |\ \
| | * | workqueue: reimplement work_on_cpu() using system_wqTejun Heo2012-09-191-17/+8Star
| * | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-181-2/+10
| |\| |
| | * | workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan2012-09-181-2/+10
| * | | pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin2012-09-181-1/+5
| * | | Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2012-09-162-45/+22Star
* | | | net: use a per task frag allocatorEric Dumazet2012-09-242-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-1511-89/+189
|\| | |
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-09-155-29/+17Star
| |\ \ \
| | * | | sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-041-2/+0Star
| | * | | sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-044-6/+6
| | * | | sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-041-0/+1
| | * | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-041-21/+10Star
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-09-152-31/+44
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2012-09-042-2/+11
| | * | | perf_event: Switch to internal refcount, fix race with close()Al Viro2012-09-041-29/+33
| * | | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-121-21/+89
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan2012-09-101-1/+36
| | * | workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan2012-09-101-1/+4
| | * | workqueue: fix possible deadlock in idle worker rebindingTejun Heo2012-09-061-2/+27
| | * | workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo2012-09-061-13/+13
| | * | workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan2012-09-051-6/+11
| * | | time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-011-5/+5
| | |/ | |/|
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-242-2/+6
| |\ \
| | * \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-211-0/+4
| | |\ \
| | | * | tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-171-0/+4
| | * | | uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2012-08-211-2/+2
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-241-5/+32
| |\ \ \ \
| | * | | | time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-221-0/+4
| | * | | | time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-221-2/+2
| | * | | | time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-221-1/+1
| | * | | | time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-221-0/+1
| | * | | | time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-151-2/+24
| | | |/ / | | |/| |
* | | | | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-102-12/+12
* | | | | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-252-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | pidns: Export free_pid_nsEric W. Biederman2012-08-151-0/+2
| * | | | net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-151-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2012-08-211-7/+12
|\ \ \ \
| * | | | audit: clean up refcounting in audit-treeMiklos Szeredi2012-08-151-3/+9
| * | | | audit: fix refcounting in audit-treeMiklos Szeredi2012-08-151-3/+2Star
| * | | | audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi2012-08-151-3/+3
| | |/ / | |/| |
* | | | task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-211-0/+1
| |_|/ |/| |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-205-19/+70
|\ \ \
| * | | sched: Fix migration thread runtime bogosityMike Galbraith2012-08-131-1/+21
| * | | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-131-0/+13
| * | | sched,cgroup: Fix up task_groups listMike Galbraith2012-08-132-1/+2