summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | PM / hibernate: Simplify mark_unsafe_pages()Rafael J. Wysocki2016-07-021-39/+25
| | | * | | | | | PM / hibernate: Do not free preallocated safe pages during image restoreRafael J. Wysocki2016-07-021-28/+38
| | | * | | | | | PM / suspend: show workqueue state in suspend flowRoger Lu2016-07-022-2/+5
| | | * | | | | | PM / sleep: make PM notifiers called symmetricallyLianwei Wang2016-06-285-20/+37
| | | * | | | | | PM / sleep: Make pm_prepare_console() return voidBorislav Petkov2016-06-151-4/+4
| | | * | | | | | PM / Hibernate: Don't let kasan instrument snapshot.cJames Morse2016-06-141-0/+2
| | | |/ / / / /
* | | | | | | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-2/+4
* | | | | | | | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-262-43/+67
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | blktrace: avoid using timespecArnd Bergmann2016-06-171-3/+4
| |/ / / / / / / /
| * | | | | | | | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+3
| * | | | | | | | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-0/+5
| * | | | | | | | blktrace: use op accessorsMike Christie2016-06-071-26/+36
| * | | | | | | | pm: use bio op accessorsMike Christie2016-06-071-12/+18
| * | | | | | | | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-2/+3
* | | | | | | | | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-07-262-10/+37
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | cgroup: remove duplicated include from cgroup.cWei Yongjun2016-07-191-1/+0
| * | | | | | | | cgroup: Use lld instead of ld when printing pids controller events_limitKenny Yu2016-06-211-1/+1
| * | | | | | | | cgroup: Add pids controller event when fork fails because of pid limitKenny Yu2016-06-211-1/+33
| * | | | | | | | cgroup: allow NULL return from ss->css_alloc()Tejun Heo2016-06-211-0/+2
| * | | | | | | | cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner2016-06-171-1/+1
| * | | | | | | | cgroup: fix idr leak for the first cgroup rootJohannes Weiner2016-06-171-7/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-2511-66/+358
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Fix missing irq allocation affinity hintVincent Stehle2016-07-191-1/+1
| * | | | | | | | irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov2016-07-111-2/+4
| * | | | | | | | genirq/msi: Fix broken debug outputThomas Gleixner2016-07-041-0/+1
| * | | | | | | | Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-0434-245/+543
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig2016-07-042-0/+62
| | * | | | | | | | genirq/msi: Make use of affinity aware allocationsThomas Gleixner2016-07-041-1/+1
| | * | | | | | | | genirq: Use affinity hint in irqdesc allocationThomas Gleixner2016-07-041-12/+39
| | * | | | | | | | genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-045-17/+29
| | * | | | | | | | genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-043-4/+21
| | * | | | | | | | genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-07-041-6/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter2016-06-231-2/+6
| * | | | | | | | genirq: Add untracked irq handlerKeith Busch2016-06-183-4/+58
| * | | | | | | | Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2016-06-134-10/+134
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-133-1/+71
| | * | | | | | | | irqdomain: Don't set type when mapping an IRQJon Hunter2016-06-131-5/+18
| | * | | | | | | | genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier2016-06-131-0/+7
| | * | | | | | | | genirq: Look-up trigger type if not specified by callerJon Hunter2016-06-131-0/+7
| | * | | | | | | | irqdomain: Fix handling of type settings for existing mappingsJon Hunter2016-06-131-5/+32
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | genirq: Remove unnecessary memset() callsWeongyo Jeong2016-06-101-3/+0
| * | | | | | | | genirq: Remove redundant NULL check of irq_descJianyu Zhan2016-06-101-5/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-2513-540/+751
|\ \ \ \ \ \ \ \
| * | | | | | | | tick/nohz: Optimize nohz idle enterGaurav Jindal2016-07-191-2/+1
| * | | | | | | | clockevents: Make clockevents_subsys staticBen Dooks2016-07-191-1/+1
| * | | | | | | | Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-0729-692/+1077
| |\ \ \ \ \ \ \ \
| | * | | | | | | | timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner2016-07-071-16/+35
| | * | | | | | | | timers: Split out index calculationAnna-Maria Gleixner2016-07-071-15/+32
| | * | | | | | | | timers: Only wake softirq if necessaryThomas Gleixner2016-07-071-0/+11