summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-13devlink: Add support for region get commandAlex Vesker1-0/+6
2018-07-13devlink: Add support for creating region snapshotsAlex Vesker1-0/+13
2018-07-13devlink: Add callback to query for snapshot id before snapshot createAlex Vesker1-0/+8
2018-07-13devlink: Add support for creating and destroying regionsAlex Vesker1-0/+22
2018-07-13Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney1-0/+2
2018-07-13rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney1-0/+2
2018-07-13rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown1-1/+18
2018-07-13rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2-7/+7
2018-07-13rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()Mauro Carvalho Chehab1-3/+2
2018-07-13rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park1-2/+2
2018-07-13rcu: Make rcu_read_unlock_special() staticPaul E. McKenney1-1/+0
2018-07-13rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney1-5/+5
2018-07-13rcu: Rename the grace-period-request variables and parametersJoel Fernandes1-7/+8
2018-07-13rcu: Don't funnel-lock above leaf node if GP in progressPaul E. McKenney1-2/+2
2018-07-13rcu: Convert rcu_fqs tracepoint to ->gp_seqPaul E. McKenney1-6/+6
2018-07-13rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney1-6/+6
2018-07-13rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney1-6/+6
2018-07-13rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney1-6/+6
2018-07-13rcu: Convert rcu_grace_period_init tracepoint to gp_seqPaul E. McKenney1-6/+6
2018-07-13rcu: Convert rcu_future_grace_period tracepoint to gp_seqPaul E. McKenney1-13/+9
2018-07-13rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney1-6/+7
2018-07-13net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-5/+5
2018-07-13Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang1-12/+0
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin1-12/+0
2018-07-13net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti1-10/+27
2018-07-13tcp: use monotonic timestamps for PAWSArnd Bergmann2-9/+12
2018-07-13Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25...Paul E. McKenney2-1/+18
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner45-101/+235
2018-07-12ktime: Provide typesafe ktime_to_ns()Eric Dumazet1-2/+5
2018-07-12bpf: fix documentation for eBPF helpersQuentin Monnet1-4/+2
2018-07-12new helper: open_with_fake_path()Al Viro1-0/+2
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang1-0/+3
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang1-0/+7
2018-07-12make alloc_file() staticAl Viro1-2/+0
2018-07-12new helper: alloc_file_clone()Al Viro1-0/+2
2018-07-12new wrapper: alloc_file_pseudo()Al Viro1-0/+3
2018-07-12kill FILE_{CREATED,OPENED}Al Viro1-4/+0
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-1/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-2/+1
2018-07-12IMA: don't propagate opened through the entire thingAl Viro1-2/+2
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-0/+1
2018-07-12fold put_filp() into fput()Al Viro1-1/+0
2018-07-12introduce FMODE_OPENEDAl Viro1-0/+2
2018-07-12->file_open(): lose cred argumentAl Viro1-1/+1
2018-07-12security_file_open(): lose cred argumentAl Viro1-3/+2
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-1/+1
2018-07-12kernel: add kcompat_sys_{f,}statfs64()Mark Rutland1-0/+11
2018-07-12kernel: add ksys_personality()Mark Rutland1-0/+11
2018-07-12Merge tag 'fsi-updates-2018-07-12' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2-0/+117
2018-07-12net: Add lag.h, net_lag_port_dev_txable()Petr Machata3-0/+43