Age | Commit message (Expand) | Author | Files | Lines |
2018-01-26 | bpf: make unknown opcode handling more robust | Daniel Borkmann | 1 | -0/+2 |
2018-01-26 | Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk... | Stephen Boyd | 1 | -0/+2 |
2018-01-26 | Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and... | Stephen Boyd | 1 | -0/+38 |
2018-01-26 | Input: mms114 - drop platform data and use generic APIs | Simon Shields | 1 | -24/+0 |
2018-01-26 | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/... | Mark Brown | 1 | -4/+2 |
2018-01-26 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown | 2 | -10/+29 |
2018-01-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+1 |
2018-01-26 | regulator: add PM suspend and resume hooks | Chunyan Zhang | 2 | -3/+12 |
2018-01-26 | regulator: empty the old suspend functions | Chunyan Zhang | 1 | -3/+2 |
2018-01-26 | regulator: leave one item to record whether regulator is enabled | Chunyan Zhang | 1 | -4/+15 |
2018-01-26 | module/retpoline: Warn about missing retpoline in module | Andi Kleen | 1 | -0/+9 |
2018-01-25 | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock | Lawrence Brakmo | 1 | -0/+11 |
2018-01-25 | bpf: Support passing args to sock_ops bpf function | Lawrence Brakmo | 1 | -0/+1 |
2018-01-25 | bpf: Add write access to tcp_sock and sock fields | Lawrence Brakmo | 1 | -0/+9 |
2018-01-25 | fs/buffer.c: fold init_buffer() into init_page_buffers() | Eric Biggers | 1 | -1/+0 |
2018-01-25 | fs: fold __inode_permission() into inode_permission() | Eric Biggers | 1 | -1/+0 |
2018-01-25 | fs: add RWF_APPEND | Jürg Billeter | 1 | -0/+2 |
2018-01-25 | f2fs: support inode creation time | Chao Yu | 1 | -1/+3 |
2018-01-25 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -0/+10 |
2018-01-25 | PCI: Make of_irq_parse_pci() static | Rob Herring | 1 | -6/+0 |
2018-01-25 | device property: Define type of PROPERTY_ENRTY_*() macros | Andy Shevchenko | 1 | -5/+5 |
2018-01-24 | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 3 | -4/+6 |
2018-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -7/+3 |
2018-01-24 | kill kernel_sock_ioctl() | Al Viro | 1 | -1/+0 |
2018-01-24 | dev_ioctl(): move copyin/copyout to callers | Al Viro | 1 | -1/+2 |
2018-01-24 | devinet_ioctl(): take copyin/copyout to caller | Al Viro | 1 | -1/+1 |
2018-01-24 | net: separate SIOCGIFCONF handling from dev_ioctl() | Al Viro | 1 | -1/+3 |
2018-01-24 | Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2018-01-24 | Revert "module: Add retpoline tag to VERMAGIC" | Greg Kroah-Hartman | 1 | -7/+1 |
2018-01-24 | vfs: factor out helpers d_instantiate_anon() and d_alloc_anon() | Miklos Szeredi | 1 | -0/+2 |
2018-01-24 | sched/core: Fix cpu.max vs. cpuhotplug deadlock | Peter Zijlstra | 1 | -0/+7 |
2018-01-23 | ftrace, orc, x86: Handle ftrace dynamically allocated trampolines | Steven Rostedt (VMware) | 1 | -0/+2 |
2018-01-23 | PCI: Add pci_enable_atomic_ops_to_root() | Jay Cornwall | 1 | -0/+1 |
2018-01-23 | Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust | 1 | -1/+1 |
2018-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+21 |
2018-01-23 | mm/memory_failure: Remove unused trapno from memory_failure | Eric W. Biederman | 1 | -2/+2 |
2018-01-23 | net: core: Fix kernel-doc for carrier_* attributes | Florian Fainelli | 1 | -2/+2 |
2018-01-23 | drivers: base: add coredump driver ops | Arend van Spriel | 1 | -1/+1 |
2018-01-23 | serdev: add method to set parity | Ulrich Hecht | 1 | -0/+10 |
2018-01-23 | tty: fix data race between tty_init_dev and flush of buf | Gaurav Kohli | 1 | -0/+2 |
2018-01-22 | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed | Eric W. Biederman | 1 | -0/+2 |
2018-01-22 | signal: Helpers for faults with specialized siginfo layouts | Eric W. Biederman | 1 | -0/+6 |
2018-01-22 | signal: Add send_sig_fault and force_sig_fault | Eric W. Biederman | 1 | -0/+20 |
2018-01-22 | f2fs: allow to recover node blocks given updated checkpoint | Jaegeuk Kim | 1 | -0/+1 |
2018-01-22 | f2fs: add an ioctl to disable GC for specific file | Jaegeuk Kim | 1 | -1/+8 |
2018-01-22 | net: core: Expose number of link up/down transitions | David Decotigny | 1 | -2/+4 |
2018-01-22 | device property: Allow iterating over available child fwnodes | Marcin Wojtas | 1 | -0/+6 |
2018-01-22 | device property: Introduce fwnode_irq_get() | Marcin Wojtas | 2 | -0/+5 |
2018-01-22 | device property: Introduce fwnode_get_phy_mode() | Marcin Wojtas | 1 | -0/+1 |
2018-01-22 | device property: Introduce fwnode_get_mac_address() | Marcin Wojtas | 1 | -0/+2 |