summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-07-13net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-13cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner
2018-07-13cpu/hotplug: Expose SMT control init functionJiri Kosina
2018-07-13block: remove blkdev_entry_to_request() macroVladimir Zapolskiy
2018-07-13locking/refcount: Always allow checked formsMark Rutland
2018-07-13KVM: s390: a utility function for migrationClaudio Imbrenda
2018-07-13mfd: cros-ec: Introduce CEC commands and events definitions.Neil Armstrong
2018-07-13mfd: cros-ec: Increase maximum mkbp event sizeNeil Armstrong
2018-07-12net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker
2018-07-12net/mlx4_core: Add Crdump FW snapshot supportAlex Vesker
2018-07-12net/mlx4_core: Add health buffer address capabilityAlex Vesker
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney
2018-07-12rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney
2018-07-12rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney
2018-07-12rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()Mauro Carvalho Chehab
2018-07-12rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park
2018-07-12rcu: Make rcu_read_unlock_special() staticPaul E. McKenney
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-13Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-12Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25...Paul E. McKenney
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-12ktime: Provide typesafe ktime_to_ns()Eric Dumazet
2018-07-12new helper: open_with_fake_path()Al Viro
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang
2018-07-12make alloc_file() staticAl Viro
2018-07-12new helper: alloc_file_clone()Al Viro
2018-07-12new wrapper: alloc_file_pseudo()Al Viro
2018-07-12kill FILE_{CREATED,OPENED}Al Viro
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12IMA: don't propagate opened through the entire thingAl Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-07-12fold put_filp() into fput()Al Viro
2018-07-12introduce FMODE_OPENEDAl Viro
2018-07-12->file_open(): lose cred argumentAl Viro
2018-07-12security_file_open(): lose cred argumentAl Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-07-12kernel: add kcompat_sys_{f,}statfs64()Mark Rutland
2018-07-12kernel: add ksys_personality()Mark Rutland
2018-07-11net: Add lag.h, net_lag_port_dev_txable()Petr Machata
2018-07-11team: Publish team_port_get_rcu()Petr Machata
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig
2018-07-11Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong