summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | workqueue: fix spurious CPU locality WARN from process_one_work()Tejun Heo2012-07-221-0/+6
| * | | | | | kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo2012-07-221-21/+27
| * | | | | | kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo2012-07-221-16/+26
| * | | | | | workqueue: simplify CPU hotplug codeTejun Heo2012-07-171-54/+25
| * | | | | | workqueue: remove CPU offline trusteeTejun Heo2012-07-171-252/+36
| * | | | | | workqueue: don't butcher idle workers on an offline CPUTejun Heo2012-07-171-80/+14
| * | | | | | workqueue: reimplement CPU online rebinding to handle idle workersTejun Heo2012-07-171-49/+166
| * | | | | | workqueue: drop @bind from create_worker()Tejun Heo2012-07-171-19/+45
| * | | | | | workqueue: use mutex for global_cwq manager exclusionTejun Heo2012-07-171-39/+26
| * | | | | | workqueue: ROGUE workers are UNBOUND workersTejun Heo2012-07-171-25/+21
| * | | | | | workqueue: drop CPU_DYING notifier operationTejun Heo2012-07-171-16/+13
| * | | | | | workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo2012-07-171-1/+37
| * | | | | | workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo2012-07-131-73/+27
| * | | | | | workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo2012-07-131-70/+153
| * | | | | | workqueue: separate out worker_pool flagsTejun Heo2012-07-121-22/+25
| * | | | | | workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo2012-07-121-107/+111
| * | | | | | workqueue: factor out worker_pool from global_cwqTejun Heo2012-07-121-99/+117
| * | | | | | workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo2012-07-121-7/+11
* | | | | | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-5/+8
|\ \ \ \ \ \ \
| * | | | | | | resources: allow adjust_resource() for resources with no parentYinghai Lu2012-06-131-5/+8
* | | | | | | | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-4/+4
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-12/+18
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-1917-212/+478
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-054-96/+228
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+5
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-2813-131/+393
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | audit: netlink: Move away from NLMSG_NEW().David S. Miller2012-06-261-10/+13
| * | | | | | | | | | ipv4: Don't add deprecated new binary sysctl value.David S. Miller2012-06-221-2/+0
| * | | | | | | | | | ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2012-06-221-0/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-238-87/+77
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | deal with task_work callbacks adding more workAl Viro2012-07-221-12/+14
| * | | | | | | | | | move exit_task_work() past exit_files() et.al.Al Viro2012-07-222-23/+13
| * | | | | | | | | | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-222-9/+9
| * | | | | | | | | | trim task_work: get rid of hlistAl Viro2012-07-222-32/+34
| * | | | | | | | | | trimming task_work: kill ->dataAl Viro2012-07-221-1/+1
| * | | | | | | | | | signal: make sure we don't get stopped with pending task_workAl Viro2012-07-221-0/+15
| * | | | | | | | | | VFS: Pass mount flags to sget()David Howells2012-07-141-1/+1
| * | | | | | | | | | VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2012-07-141-5/+5
| * | | | | | | | | | get rid of kern_path_parent()Al Viro2012-07-141-22/+3
| * | | | | | | | | | stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* | | | | | | | | | | Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-227-29/+157
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PM / Sleep: Require CAP_BLOCK_SUSPEND to use wake_lock/wake_unlockRafael J. Wysocki2012-07-191-0/+7
| * | | | | | | | | | | Merge branch 'fixes' into pm-sleepRafael J. Wysocki2012-07-1816-204/+478
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | PM / Hibernate: Print hibernation/thaw progress indicator one line at a time.Bojan Smojver2012-07-011-27/+27
| * | | | | | | | | | | PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki2012-07-012-34/+46
| * | | | | | | | | | | PM / Sleep: add knob for printing device resume timesSameer Nanda2012-07-011-0/+33
| * | | | | | | | | | | ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat2012-07-012-0/+9
| * | | | | | | | | | | PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver2012-07-013-0/+67
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-224-361/+432
|\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud