summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-031-9/+3
* bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-031-3/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-032-6/+11
|\
| * Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-2219-47/+117
| |\
| * \ Merge branch 'sched/urgent' into x86/mm, to pick up dependent fixIngo Molnar2017-06-1312-12/+38
| |\ \
| * | | mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UPAndy Lutomirski2017-06-081-2/+0
| * | | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar2017-06-0530-83/+199
| |\ \ \
| * | | | mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski2017-05-241-4/+11
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-0322-656/+731
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-244-3/+7
| |\ \ \ \ \
| * | | | | | sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-221-4/+4
| * | | | | | sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso2017-06-201-2/+0
| * | | | | | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-2068-777/+1000
| |\ \ \ \ \ \
| | * | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-202-12/+12
| | * | | | | | sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2017-06-201-0/+1
| | * | | | | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-204-252/+262
| | * | | | | | sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Ingo Molnar2017-06-201-323/+322
| | * | | | | | sched/wait: Improve the bit-wait API parameter names in the API function prot...Ingo Molnar2017-06-201-15/+15
| | * | | | | | sched/wait: Standardize wait_bit_queue namingIngo Molnar2017-06-201-4/+4
| | * | | | | | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-201-3/+3
| | * | | | | | sched/wait: Standardize internal naming of wait-queue headsIngo Molnar2017-06-201-38/+38
| | * | | | | | sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar2017-06-201-42/+42
| | * | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-2010-44/+47
| * | | | | | | sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2017-06-081-0/+1
| * | | | | | | sched/deadline: Fix dl_bw commentDaniel Bristot de Oliveira2017-06-081-1/+1
| * | | | | | | sched/deadline: Make GRUB a task's flagLuca Abeni2017-06-081-0/+1
| * | | | | | | sched/deadline: Improve the tracking of active utilizationLuca Abeni2017-06-081-0/+17
| * | | | | | | sched/header: Remove leftover, obsolete commentPerr Zhang2017-06-051-2/+0
| * | | | | | | init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner2017-05-231-1/+5
| * | | | | | | llist: Provide a safe version for llist_for_each()Byungchul Park2017-05-231-0/+19
| * | | | | | | smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra2017-05-231-0/+11
| * | | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-05-2318-30/+93
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-05-151-0/+17
| * | | | | | | sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra2017-05-151-5/+0
| * | | | | | | sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra2017-05-151-2/+2
| * | | | | | | x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra2017-05-152-1/+2
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-032-5/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/refcount: Remove the half-implemented refcount_sub() APIKees Cook2017-07-021-6/+0
| * | | | | | | | locking/refcount: Create unchecked atomic_t implementationKees Cook2017-06-281-0/+42
| * | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-06-2228-58/+154
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | rt_mutex: Add lockdep annotationsPeter Zijlstra2017-06-081-4/+21
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | efi/capsule-loader: Use page addresses rather than struct page pointersArd Biesheuvel2017-06-051-2/+2
| * | | | | | | | efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasArd Biesheuvel2017-06-051-0/+12
| |/ / / / / / /
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0313-638/+102
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-06-1313-638/+102
| |\ \ \ \ \ \ \ \
| | * | | | | | | | srcu: Remove Classic SRCUPaul E. McKenney2017-06-082-102/+0
| | * | | | | | | | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-081-4/+0
| | * | | | | | | | rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney2017-06-083-7/+2
| | * | | | | | | | rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-081-9/+0