index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-03
sunrpc: Simplify trace_svc_recv
Chuck Lever
1
-7
/
+7
2018-04-03
sunrpc: Move trace_svc_xprt_dequeue()
Chuck Lever
1
-11
/
+5
2018-04-03
sunrpc: Update show_svc_xprt_flags() to include recently added flags
Chuck Lever
1
-1
/
+3
2018-04-03
svc: Simplify ->xpo_secure_port
Chuck Lever
1
-1
/
+1
2018-04-03
Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-48
/
+1
2018-04-03
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
1
-0
/
+148
2018-04-03
dm: add support for secure erase forwarding
Denis Semakin
1
-0
/
+6
2018-04-03
dm: allow targets to return output from messages they are sent
Mike Snitzer
2
-3
/
+4
2018-04-03
Merge tag 'regulator-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
4
-3
/
+10
2018-04-03
libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device'
Dan Williams
1
-0
/
+1
2018-04-03
Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
1
-0
/
+3
2018-04-03
Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-0
/
+7
2018-04-03
Merge tag 'acpi-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
24
-3078
/
+2359
2018-04-03
Bluetooth: Fix connection if directed advertising and privacy is used
Szymon Janc
1
-1
/
+1
2018-04-03
PCI: Add pcie_print_link_status() to log link speed and whether it's limited
Tal Gilboa
1
-0
/
+1
2018-04-03
PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
Tal Gilboa
1
-0
/
+3
2018-04-03
dax, dm: allow device-mapper to operate without dax support
Dan Williams
1
-6
/
+24
2018-04-03
PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_bar
Niklas Cassel
1
-2
/
+3
2018-04-03
PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()
Niklas Cassel
2
-4
/
+4
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
Linus Torvalds
7
-831
/
+1250
2018-04-02
bitmap: fix memset optimization on big-endian systems
Omar Sandoval
1
-5
/
+17
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
27
-688
/
+18
2018-04-02
Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux
Linus Torvalds
1
-9
/
+9
2018-04-02
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2018-04-02
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-16
/
+33
2018-04-02
Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-27
/
+70
2018-04-02
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+17
2018-04-02
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-10
/
+14
2018-04-02
signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
Eric W. Biederman
2
-4
/
+9
2018-04-02
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-17
/
+35
2018-04-02
bpf: whitelist all syscalls for error injection
Howard McLauchlan
2
-0
/
+6
2018-04-02
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
1
-14
/
+3
2018-04-02
syscalls: sort syscall prototypes in include/linux/compat.h
Dominik Brodowski
1
-277
/
+378
2018-04-02
net: remove compat_sys_*() prototypes from net/compat.h
Dominik Brodowski
1
-11
/
+0
2018-04-02
syscalls: sort syscall prototypes in include/linux/syscalls.h
Dominik Brodowski
1
-537
/
+667
2018-04-02
kexec: move sys_kexec_load() prototype to syscalls.h
Dominik Brodowski
2
-4
/
+4
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
1
-0
/
+1
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-0
/
+3
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
1
-0
/
+9
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
1
-0
/
+4
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
1
-0
/
+7
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
Dominik Brodowski
1
-0
/
+1
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
1
-0
/
+2
[prev]
[next]