summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-047-42/+43
|\
| *---. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-187-41/+56
| |\ \ \
| | | | * srcu: Initialize SRCU after timersFrederic Weisbecker2021-05-101-0/+6
| | | | * srcu: Unconditionally embed struct lockdep_mapFrederic Weisbecker2021-05-101-2/+0
| | |_|/ | |/| |
| | | * rcu/nocb: Unify timersFrederic Weisbecker2021-05-121-0/+1
| | | * timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker2021-05-101-2/+0
| | |/ | |/|
| | * rcu: Remove obsolete rcu_read_unlock() deadlock commentaryPaul E. McKenney2021-05-131-27/+6
| | * rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney2021-05-131-7/+28
| | * rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney2021-05-131-0/+14
| | * rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-05-101-1/+1
| | * rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney2021-05-102-2/+0
| |/
* | Merge tag 'cxl-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-07-042-0/+13
|\ \
| * | libnvdimm: Export nvdimm shutdown helper, nvdimm_delete()Dan Williams2021-06-151-0/+1
| * | cxl/pci: Add media provisioning required commandsBen Widawsky2021-06-141-0/+12
* | | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-0/+3
|\ \ \
| * | | i2c: core-smbus: Expose PEC calculate function for generic useQuan Nguyen2021-06-251-0/+1
| * | | i2c: core: support bus regulator controlling in adapterBibby Hsieh2021-05-281-0/+2
* | | | Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-07-033-0/+7
|\ \ \ \
| * | | | PCI: Export pci_dev_trylock() and pci_dev_unlock()Luis Chamberlain2021-06-241-0/+3
| * | | | vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindJason Gunthorpe2021-06-211-0/+2
| * | | | driver core: Export device_driver_attach()Jason Gunthorpe2021-06-211-0/+2
* | | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-032-4/+7
|\ \ \ \ \
| * | | | | take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro2021-04-071-3/+0
| * | | | | switch file_open_root() to struct pathAl Viro2021-04-071-1/+7
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-032-38/+42
|\ \ \ \ \ \
| * | | | | | csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()Al Viro2021-06-101-6/+8
| * | | | | | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-2/+2
| * | | | | | sanitize iov_iter_fault_in_readable()Al Viro2021-06-101-1/+1
| * | | | | | iov_iter: separate direction from flavourAl Viro2021-06-101-14/+10
| * | | | | | iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()Al Viro2021-06-101-11/+21
| * | | | | | iov_iter: Remove iov_iter_for_each_range()David Howells2021-06-031-4/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-0312-31/+279
|\ \ \ \ \ \
| * | | | | | treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-304-25/+25
| * | | | | | tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-06-291-0/+10
| * | | | | | tracing: Fix spelling in osnoise tracer "interferences" -> "interference"Colin Ian King2021-06-281-1/+1
| * | | | | | trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira2021-06-281-0/+2
| * | | | | | trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-253-0/+160
| * | | | | | trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpersSteven Rostedt2021-06-251-0/+25
| * | | | | | bootconfig: Share the checksum function with toolsMasami Hiramatsu2021-06-101-0/+20
| * | | | | | bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu2021-06-101-0/+32
| * | | | | | bootconfig: Change array value to use child nodeMasami Hiramatsu2021-06-101-3/+3
| * | | | | | trace: replace WB_REASON_FOREIGN_FLUSH with a stringChunguang Xu2021-06-101-1/+2
| * | | | | | sched/tracing: Remove the redundant 'success' in the sched tracepointEd Tsai2021-06-101-2/+0
* | | | | | | Merge tag 'devicetree-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-034-38/+45
|\ \ \ \ \ \ \
| * | | | | | | of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()Dmitry Osipenko2021-06-212-6/+13
| * | | | | | | of: address: Use IS_ENABLED() for !CONFIG_PCIRob Herring2021-06-021-21/+18
| * | | | | | | of: Merge of_get_address() and of_get_pci_address() implementationsRob Herring2021-06-021-11/+16
| * | | | | | | PCI: Add empty stub for pci_register_io_range()Rob Herring2021-06-021-0/+4
| * | | | | | | of: Move reserved memory private function declarationsRob Herring2021-06-021-6/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-07-0214-103/+320
|\ \ \ \ \ \ \