summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada2018-08-221-2/+0
* export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada2018-08-221-7/+0
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-213-34/+24
|\
| * vfs: remove open_flags from d_real()Miklos Szeredi2018-07-182-8/+5
| * Revert "fsnotify: support overlayfs"Miklos Szeredi2018-07-181-9/+5
| * Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi2018-07-181-12/+1
| * Revert "vfs: add flags to d_real()"Miklos Szeredi2018-07-182-7/+6
| * Revert "vfs: update ovl inode before relatime check"Miklos Szeredi2018-07-181-0/+1
| * Revert "ovl: fix relatime for directories"Miklos Szeredi2018-07-181-3/+0
| * vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi2018-07-181-0/+4
| * vfs: export vfs_ioctl() to modulesMiklos Szeredi2018-07-181-0/+2
| * vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi2018-07-181-0/+3
| * Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi2018-07-181-1/+1
| |\
| | * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-1/+1
| | * vfs: dedupe: return intMiklos Szeredi2018-07-061-1/+1
| * | new helper: open_with_fake_path()Al Viro2018-07-121-0/+2
* | | Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2018-08-212-0/+3
|\ \ \
| * \ \ Merge branch 'psy-fixes' into psy-nextSebastian Reichel2018-08-161-0/+1
| |\ \ \
| | * | | power: remove possible deadlock when unregistering power_supplyBenjamin Tissoires2018-07-061-0/+1
| | | |/ | | |/|
| * | | Merge tag 'ds2760-for-v4.19-signed' into psy-nextSebastian Reichel2018-07-221-0/+2
| |\ \ \
| | * | | w1: core: match sub-nodes of bus masters in devicetreeDaniel Mack2018-07-111-0/+2
| | |/ /
* | | | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-18/+15
|\ \ \ \
| * | | | i2c: core: Parse SDA hold time from firmwareAndy Shevchenko2018-08-081-0/+2
| * | | | i2c: quirks: add zero length checksWolfram Sang2018-08-041-0/+4
| * | | | Merge tag 'at24-4.19-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-07-2924-35/+57
| |\ \ \ \
| * | | | | i2c: recovery: add get_bus_free callbackWolfram Sang2018-07-171-0/+3
| * | | | | i2c: recovery: require either get_sda or set_sdaWolfram Sang2018-07-171-6/+6
| * | | | | Merge tag 'v4.18-rc5' into i2c/for-4.19Wolfram Sang2018-07-1722-185/+232
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang2018-07-131-12/+0
| |\ \ \ \ \ \
| | * | | | | | i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin2018-07-131-12/+0
| * | | | | | | i2c: smbus: add unlocked __i2c_smbus_xfer variantPeter Rosin2018-07-031-3/+8
| |/ / / / / /
* | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-217-50/+59
|\ \ \ \ \ \ \
| * | | | | | | signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-091-0/+8
| * | | | | | | fork: Have new threads join on-going signal group stopsEric W. Biederman2018-08-031-0/+2
| * | | | | | | fork: Skip setting TIF_SIGPENDING in ptrace_init_taskEric W. Biederman2018-08-031-2/+0
| * | | | | | | signal: Add calculate_sigpending()Eric W. Biederman2018-08-031-0/+1
| * | | | | | | signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-1/+1
| * | | | | | | signal: Pass pid type into group_send_sig_infoEric W. Biederman2018-07-211-1/+3
| * | | | | | | signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-211-1/+1
| * | | | | | | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-213-7/+5
| * | | | | | | pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-214-37/+28
| * | | | | | | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-213-5/+6
| * | | | | | | pids: Move task_pid_type into sched/signal.hEric W. Biederman2018-07-211-0/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-209-43/+71
|\ \ \ \ \ \ \
| * | | | | | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-1/+1
| * | | | | | | tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-102-4/+6
| * | | | | | | ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * | | | | | | ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * | | | | | | tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-315-26/+29
| * | | | | | | tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)2018-07-301-8/+32