summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-3/+1
|\ \ \ \ \ \
| * | | | | | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-3/+1
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-148-133/+204
|\ \ \ \ \ \ \
| * | | | | | | locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()Davidlohr Bueso2016-03-101-2/+1
| * | | | | | | locking/csd_lock: Explicitly inline csd_lock*() helpersDavidlohr Bueso2016-03-101-3/+3
| * | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-03-104-21/+33
| |\ \ \ \ \ \ \
| * | | | | | | | futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan2016-03-081-2/+6
| * | | | | | | | locking/lockdep: Detect chain_key collisionsIngo Molnar2016-02-291-8/+51
| * | | | | | | | locking/lockdep: Prevent chain_key collisionsAlfredo Alvarez Fernandez2016-02-291-8/+6
| * | | | | | | | locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso2016-02-291-2/+3
| * | | | | | | | locking/pvqspinlock: Enable slowpath locking count trackingWaiman Long2016-02-292-0/+8
| * | | | | | | | locking/qspinlock: Use smp_cond_acquire() in pending codeWaiman Long2016-02-291-4/+3
| * | | | | | | | locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...Waiman Long2016-02-292-20/+9
| * | | | | | | | locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra2016-02-291-1/+7
| * | | | | | | | Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-298-173/+261
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2016-02-171-8/+91
| * | | | | | | | futex: Rename barrier references in ordering guaranteesDavidlohr Bueso2016-02-171-17/+17
| * | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2016-02-136-84/+216
| |\ \ \ \ \ \ \ \
| * | | | | | | | | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-59/+0
| * | | | | | | | | locking/lockdep: Convert hash tables to hlistsAndrew Morton2016-02-091-23/+19
* | | | | | | | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-144-51/+72
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-0431-954/+1255
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | resource: Kill walk_iomem_res()Toshi Kani2016-01-301-44/+5
| * | | | | | | | | x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani2016-01-301-4/+4
| * | | | | | | | | resource: Add walk_iomem_res_desc()Toshi Kani2016-01-301-10/+56
| * | | | | | | | | memremap: Change region_intersects() to take @flags and @descToshi Kani2016-01-302-17/+22
| * | | | | | | | | resource: Change walk_system_ram() to use System RAM typeToshi Kani2016-01-301-13/+13
| * | | | | | | | | kexec: Set IORESOURCE_SYSTEM_RAM for System RAMToshi Kani2016-01-302-4/+6
| * | | | | | | | | resource: Add I/O resource descriptorToshi Kani2016-01-301-0/+5
| * | | | | | | | | resource: Handle resource flags properlyToshi Kani2016-01-301-3/+4
* | | | | | | | | | memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel2016-03-091-2/+2
* | | | | | | | | | sched/kasan: remove stale KASAN poison after hotplugMark Rutland2016-03-091-0/+3
* | | | | | | | | | mm: fix mixed zone detection in devm_memremap_pagesDan Williams2016-03-091-5/+6
* | | | | | | | | | list: kill list_force_poison()Dan Williams2016-03-091-2/+7
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-042-12/+15
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2016-03-042-12/+15
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-281-128/+240
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf: Robustify task_function_call()Peter Zijlstra2016-02-251-20/+20
| * | | | | | | | | perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra2016-02-251-45/+70
| * | | | | | | | | perf: Fix scaling vs. perf_event_enable()Peter Zijlstra2016-02-251-19/+23
| * | | | | | | | | perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra2016-02-251-0/+1
| * | | | | | | | | perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra2016-02-251-12/+30
| * | | | | | | | | perf: Cure event->pending_disable racePeter Zijlstra2016-02-251-3/+3
| * | | | | | | | | perf: Fix race between event install and jump_labelsPeter Zijlstra2016-02-251-8/+41
| * | | | | | | | | perf: Fix cloningPeter Zijlstra2016-02-251-15/+14
| * | | | | | | | | perf: Only update context time when activePeter Zijlstra2016-02-251-6/+6
| * | | | | | | | | perf: Allow perf_release() with !event->ctxPeter Zijlstra2016-02-251-3/+13
| * | | | | | | | | perf: Do not double freePeter Zijlstra2016-02-251-1/+6
| * | | | | | | | | perf: Close install vs. exit racePeter Zijlstra2016-02-251-9/+26
* | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \