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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
mmap locking API: convert nested write lock sites
Michel Lespinasse
1
-0
/
+5
2020-06-09
MMU notifier: use the new mmap locking API
Michel Lespinasse
1
-2
/
+3
2020-06-09
mmap locking API: initial implementation as rwsem wrappers
Michel Lespinasse
2
-0
/
+55
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-0
/
+91
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
1
-0
/
+24
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
4
-3
/
+4
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
8
-7
/
+1330
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-3
/
+2
2020-06-09
sysrq: use show_stack_loglvl()
Dmitry Safonov
1
-0
/
+2
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
1
-2
/
+2
2020-06-08
Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc
Linus Torvalds
2
-5
/
+17
2020-06-08
Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
6
-6
/
+64
2020-06-08
Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-0
/
+8
2020-06-08
Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
5
-162
/
+114
2020-06-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
11
-13
/
+51
2020-06-08
mm/gup: introduce pin_user_pages_locked()
John Hubbard
1
-0
/
+2
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
1
-2
/
+8
2020-06-08
panic: add sysctl to dump all CPUs backtraces on oops event
Guilherme G. Piccoli
1
-0
/
+6
2020-06-08
kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected
Guilherme G. Piccoli
1
-0
/
+7
2020-06-08
kernel/sysctl: support setting sysctl parameters from kernel command line
Vlastimil Babka
1
-0
/
+4
2020-06-08
xarray.h: correct return code documentation for xa_store_{bh,irq}()
Manfred Spraul
1
-2
/
+2
2020-06-08
kernel: add panic_on_taint
Rafael Aquini
1
-0
/
+3
2020-06-08
dynamic_debug: add an option to enable dynamic debug for modules only
Orson Zhai
5
-9
/
+17
2020-06-08
ipc/namespace.c: use a work queue to free_ipc
Giuseppe Scrivano
1
-0
/
+2
2020-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-21
/
+24
2020-06-07
Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
1
-18
/
+0
2020-06-07
Merge tag 'ntb-5.8' of git://github.com/jonmason/ntb
Linus Torvalds
1
-3
/
+3
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
13
-177
/
+393
2020-06-07
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-1
/
+3
2020-06-07
Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
13
-105
/
+159
2020-06-07
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2
-10
/
+12
2020-06-07
Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
7
-69
/
+18
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-0
/
+2
2020-06-06
Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-3
/
+143
2020-06-06
Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-3
/
+5
2020-06-06
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
1
-0
/
+2
2020-06-06
Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
5
-50
/
+80
2020-06-06
Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2020-06-06
Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
1
-0
/
+7
2020-06-06
firmware/dmi: Report DMI Bios & EC firmware release
Erwan Velu
1
-0
/
+2
2020-06-05
NTB: correct ntb_peer_spad_addr and ntb_peer_spad_read comment typos
Wesley Sheng
1
-2
/
+2
2020-06-05
Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-0
/
+3
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
4
-23
/
+28
2020-06-05
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
2
-6
/
+15
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-90
/
+10
2020-06-05
Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
4
-24
/
+128
2020-06-05
Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-1
/
+3
2020-06-05
net: ethtool: Fix comment mentioning typo in IS_ENABLED()
Kees Cook
1
-1
/
+1
[next]