summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | kmsg - do not flush partial lines when the console is busyKay Sievers2012-07-171-25/+68
| * | | | | | | | | | kmsg - export "continuation record" flag to /dev/kmsgKay Sievers2012-07-171-2/+21
| * | | | | | | | | | kmsg - avoid warning for CONFIG_PRINTK=n compilationsKay Sievers2012-07-171-2/+9
| * | | | | | | | | | kmsg - properly print over-long continuation linesKay Sievers2012-07-171-14/+19
* | | | | | | | | | | Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-262-12/+31
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | tracing/function: Convert func_set_flag() to a switch statementAnton Vorontsov2012-07-171-6/+9
| * | | | | | | | | | tracing/function: Introduce persistent trace optionAnton Vorontsov2012-07-171-5/+20
| * | | | | | | | | | tracing: Fix initialization failure path in tracing_set_tracer()Anton Vorontsov2012-07-171-3/+4
* | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-07-251-19/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [SCSI] async: make async_synchronize_full() flush all work regardless of domainDan Williams2012-07-201-2/+41
| * | | | | | | | | | | [SCSI] async: introduce 'async_domain' typeDan Williams2012-07-201-18/+17Star
* | | | | | | | | | | | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-07-251-46/+1Star
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo2012-07-091-1/+1
| * | | | | | | | | | | | cgroup: remove hierarchy_mutexLi Zefan2012-06-071-45/+0Star
* | | | | | | | | | | | | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-07-252-648/+584Star
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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/+25Star
| * | | | | | | | | | | | | workqueue: remove CPU offline trusteeTejun Heo2012-07-171-252/+36Star
| * | | | | | | | | | | | | workqueue: don't butcher idle workers on an offline CPUTejun Heo2012-07-171-80/+14Star
| * | | | | | | | | | | | | 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/+26Star
| * | | | | | | | | | | | | workqueue: ROGUE workers are UNBOUND workersTejun Heo2012-07-171-25/+21Star
| * | | | | | | | | | | | | workqueue: drop CPU_DYING notifier operationTejun Heo2012-07-171-16/+13Star
| * | | | | | | | | | | | | 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-141-73/+27Star
| * | | | | | | | | | | | | workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo2012-07-141-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-251-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-301-2/+5
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-2913-131/+393
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | audit: netlink: Move away from NLMSG_NEW().David S. Miller2012-06-271-10/+13
| * | | | | | | | | | | | | | ipv4: Don't add deprecated new binary sysctl value.David S. Miller2012-06-231-2/+0Star
| * | | | | | | | | | | | | | ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2012-06-231-0/+2
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-238-87/+77Star
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | 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/+13Star
| * | | | | | | | | | | | | 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