index
:
kernel/git/dhowells/linux-fs.git
add-iters
afs
afs-2-experimental
afs-dns
afs-experimental
afs-fixes
afs-for-viro
afs-iov
afs-iov2
afs-namespace
afs-next
afs-operation
afs-rcu
afs-yfs
asn1-fixes
bool-experimental
btrfs-mount-api
container
efi-lock-down
efi-secure-boot
file-pin
file-pin-devel
file-pin-devel-2
file-pin-fs-experimental
file-pin-nonfs-experimental
for-viro
fscache
fscache-experimental
fscache-fixes
fscache-index
fscache-iter
fscache-iter-dir
fscache-next
fsinfo
fsinfo-core
fsinfo-mount
fwsign-pkcs7
fwsign-test
hwparam
icache-rcu
init_task
iso-atomic
keys-acl
keys-asym-keyctl
keys-blacklist
keys-devel
keys-dmitry
keys-fixes
keys-lockdown
keys-misc
keys-namespace
keys-next
keys-next-fixes
keys-pkcs7
keys-preparse-1
keys-request
keys-rsa
keys-sig
keys-trust
keys-uefi
kill-create_proc_read_entry
lockdown
lsm-exec-cred
master
misc-for-viro
modsign-pkcs7
mount-api
mount-api-2
mount-api-core
mount-api-nfs
mount-api-uapi
mount-api-viro
mount-context
nfs-mount-api
notifications
notifications-core
notifications-epoll
notifications-mount
notifications-pipe-core
notifications-pipe-prep
overlayfs
pipe-experimental
procfs-cleanup
rxrpc
rxrpc-experimental
rxrpc-fixes
rxrpc-next
rxrpc-rewrite
security-next
tpm-lib
uapi-check
unionmount
unionmount-experimental
unionmount_orig
vfs-experimental
xstat
VFS and Filesystem bits
David Howells
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-15
security: Remove the set_mnt_opts and clone_mnt_opts ops
btrfs-mount-api
David Howells
14
-1297
/
+420
2018-11-15
security: Kill off the sb_copy_data hook
David Howells
6
-98
/
+2
2018-11-15
btrfs: Convert to using fs_context
David Howells
9
-1013
/
+1112
2018-11-15
switch polarity on NOxxx flags
David Howells
6
-40
/
+60
2018-11-15
btrfs: Move the options parsing out to its own file
David Howells
4
-800
/
+816
2018-11-15
NFS: Add fs_context support.
nfs-mount-api
David Howells
17
-1358
/
+1470
2018-11-15
NFS: Do some tidying of the parsing code
David Howells
3
-79
/
+68
2018-11-15
NFS: Add a small buffer in nfs_fs_context to avoid string dup
David Howells
2
-52
/
+32
2018-11-15
NFS: Deindent nfs_fs_context_parse_option()
David Howells
1
-362
/
+357
2018-11-15
NFS: Split nfs_parse_mount_options()
David Howells
2
-64
/
+84
2018-11-15
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
David Howells
6
-388
/
+384
2018-11-15
NFS: Constify mount argument match tables
David Howells
1
-3
/
+3
2018-11-15
NFS: Move mount parameterisation bits into their own file
David Howells
4
-1400
/
+1442
2018-11-05
vfs: Add a sample program for the new mount API
mount-api-uapi
David Howells
5
-7
/
+149
2018-11-05
vfs: syscall: Add fspick() to select a superblock for reconfiguration
David Howells
5
-0
/
+69
2018-11-05
vfs: syscall: Add fsmount() to create a mount for a superblock
David Howells
5
-4
/
+150
2018-11-05
vfs: syscall: Add fsconfig() for configuring and managing a context
David Howells
5
-0
/
+373
2018-11-05
vfs: Implement logging through fs_context
David Howells
4
-12
/
+179
2018-11-05
vfs: syscall: Add fsopen() to prepare for superblock creation
David Howells
8
-1
/
+117
2018-11-05
Make anon_inodes unconditional
David Howells
18
-27
/
+1
2018-11-05
teach move_mount(2) to work with OPEN_TREE_CLONE
David Howells
1
-6
/
+51
2018-11-05
vfs: syscall: Add move_mount(2) to move mounts around
David Howells
8
-19
/
+119
2018-11-05
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
9
-27
/
+132
2018-11-05
afs: Use fs_context to pass parameters over automount
mount-api-core
David Howells
3
-113
/
+76
2018-11-05
afs: Add fs_context support
David Howells
3
-218
/
+297
2018-11-05
vfs: Add some logging to the core users of the fs_context log
David Howells
2
-2
/
+4
2018-11-05
vfs: Implement logging through fs_context
David Howells
2
-4
/
+35
2018-11-05
vfs: Provide documentation for new mount API
David Howells
1
-0
/
+741
2018-11-05
vfs: Remove kern_mount_data()
David Howells
2
-8
/
+0
2018-11-05
hugetlbfs: Convert to fs_context
David Howells
1
-161
/
+230
2018-11-05
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
10
-418
/
+640
2018-11-05
cpuset: Use fs_context
David Howells
1
-14
/
+70
2018-11-05
ipc: Convert mqueue fs to fs_context
David Howells
2
-23
/
+88
2018-11-05
proc: Add fs_context support to procfs
David Howells
3
-71
/
+152
2018-11-05
procfs: Move proc_fill_super() to fs/proc/root.c
David Howells
3
-55
/
+53
2018-11-05
vfs: Remove unused code after filesystem context changes
David Howells
7
-238
/
+0
2018-11-05
vfs: Implement a filesystem superblock creation/configuration context
David Howells
11
-167
/
+1385
2018-11-05
vfs: Separate changing mount flags full remount
David Howells
2
-55
/
+93
2018-11-05
tomoyo: Implement security hooks for the new mount API
David Howells
3
-0
/
+63
2018-11-05
apparmor: Implement security hooks for the new mount API
David Howells
3
-2
/
+162
2018-11-05
smack: Implement filesystem context security hooks
David Howells
2
-15
/
+338
2018-11-05
selinux: Implement the new mount API LSM hooks
David Howells
2
-33
/
+319
2018-11-05
vfs: Put security flags into the fs_context struct
David Howells
2
-1
/
+2
2018-11-05
vfs: Add LSM hooks for the new mount API
David Howells
3
-0
/
+149
2018-11-05
vfs: Add configuration parser helpers
David Howells
7
-3
/
+688
2018-11-05
vfs: Introduce logging functions
David Howells
1
-0
/
+42
2018-11-05
vfs: Introduce the basic header for the new mount API's filesystem context
David Howells
1
-0
/
+108
2018-11-05
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
18
-51
/
+79
2018-11-05
vfs: Require specification of size of mount data for internal mounts
David Howells
134
-474
/
+715
2018-11-04
Linux 4.20-rc1
v4.20-rc1
Linus Torvalds
1
-2
/
+2
2018-11-04
Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
25
-292
/
+2418
2018-11-04
Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-40
/
+17
2018-11-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-0
/
+432
2018-11-04
Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb
Linus Torvalds
6
-110
/
+429
2018-11-03
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2018-11-03
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
47
-171
/
+198
2018-11-03
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
102
-539
/
+3616
2018-11-03
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+3
2018-11-04
sched/topology: Fix off by one bug
Peter Zijlstra
1
-1
/
+1
2018-11-03
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
4068
-73501
/
+261778
2018-11-03
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
8
-22
/
+35
2018-11-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-8
/
+23
2018-11-03
Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2018-11-03
Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
17
-78
/
+28
2018-11-03
Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
12
-99
/
+530
2018-11-03
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2018-11-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
16
-50
/
+52
2018-11-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
19
-124
/
+172
2018-11-03
memory_hotplug: cond_resched in __remove_pages
Michal Hocko
1
-0
/
+1
2018-11-03
bfs: add sanity check at bfs_fill_super()
Tetsuo Handa
1
-3
/
+6
2018-11-03
kernel/sysctl.c: remove duplicated include
Michael Schupikov
1
-1
/
+0
2018-11-03
kernel/kexec_file.c: remove some duplicated includes
zhong jiang
1
-2
/
+0
2018-11-03
mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask
Michal Hocko
5
-77
/
+40
2018-11-03
ocfs2: fix clusters leak in ocfs2_defrag_extent()
Larry Chen
1
-0
/
+17
2018-11-03
ocfs2: dlmglue: clean up timestamp handling
Arnd Bergmann
1
-17
/
+9
2018-11-03
ocfs2: don't put and assigning null to bh allocated outside
Changwei Ge
1
-18
/
+59
2018-11-03
ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
Changwei Ge
1
-2
/
+1
2018-11-03
ocfs2: don't use iocb when EIOCBQUEUED returns
Changwei Ge
1
-2
/
+2
2018-11-03
ocfs2: without quota support, avoid calling quota recovery
Guozhonghua
1
-17
/
+34
2018-11-03
ocfs2: remove ocfs2_is_o2cb_active()
Gang He
3
-10
/
+1
2018-11-03
mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
Andrea Arcangeli
1
-2
/
+30
2018-11-03
include/linux/notifier.h: SRCU: fix ctags
Sam Protsenko
1
-2
/
+1
2018-11-03
mm: handle no memcg case in memcg_kmem_charge() properly
Roman Gushchin
1
-1
/
+1
2018-11-02
Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/l...
Olof Johansson
1
-6
/
+2
2018-11-02
ARM: dts: stm32: update HASH1 dmas property on stm32mp157c
Alexandre Torgue
1
-1
/
+1
2018-11-02
ARM: orion: avoid VLA in orion_mpp_conf
Arnd Bergmann
1
-1
/
+6
2018-11-02
iov_iter: Fix 9p virtio breakage
Marc Zyngier
1
-1
/
+1
2018-11-02
Merge branch 'clockevents/4.20-rc1' of https://git.linaro.org/people/daniel.l...
Thomas Gleixner
7
-0
/
+432
2018-11-02
cifs: fix signed/unsigned mismatch on aio_read patch
Steve French
1
-6
/
+11
2018-11-02
cifs: don't dereference smb_file_target before null check
Colin Ian King
1
-2
/
+5
2018-11-02
CIFS: Add direct I/O functions to file_operations
Long Li
1
-6
/
+4
2018-11-02
CIFS: Add support for direct I/O write
Long Li
2
-41
/
+164
2018-11-02
CIFS: Add support for direct I/O read
Long Li
3
-39
/
+192
2018-11-02
smb3: missing defines and structs for reparse point handling
Steve French
2
-0
/
+38
2018-11-02
smb3: allow more detailed protocol info on open files for debugging
Steve French
4
-0
/
+65
2018-11-02
smb3: on kerberos mount if server doesn't specify auth type use krb5
Steve French
1
-2
/
+4
2018-11-02
smb3: add trace point for tree connection
Steve French
2
-1
/
+44
2018-11-02
cifs: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
2
-3
/
+3
2018-11-02
cifs: fix return value for cifs_listxattr
Ronnie Sahlberg
1
-5
/
+6
2018-11-02
dt-bindings: timer: gx6605s SOC timer
Guo Ren
1
-0
/
+42
2018-11-02
clocksource/drivers/c-sky: Add gx6605s SOC system timer
Guo Ren
3
-0
/
+163
2018-11-02
dt-bindings: timer: C-SKY Multi-processor timer
Guo Ren
1
-0
/
+42
2018-11-02
clocksource/drivers/c-sky: Add C-SKY SMP timer
Guo Ren
4
-0
/
+185
2018-11-02
ARM: defconfig: Update multi_v7 to use PREEMPT
Linus Walleij
1
-0
/
+1
2018-11-02
arm64: defconfig: Enable some IPMI configs
John Garry
1
-0
/
+3
2018-11-02
arm64: fix warnings without CONFIG_IOMMU_DMA
Christoph Hellwig
1
-0
/
+2
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
28
-424
/
+265
2018-11-02
Merge tag 'pwm/for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-38
/
+110
2018-11-02
soc: ti: QMSS: Fix usage of irq_set_affinity_hint
Marc Zyngier
3
-14
/
+22
2018-11-02
Merge tag 'edac_for_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-13
/
+186
2018-11-02
arm64: kprobe: make page to RO mode when allocate it
Anders Roxell
1
-7
/
+20
2018-11-02
Merge tag 'sound-fix-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-51
/
+12
2018-11-02
Merge tag 'drm-next-2018-11-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
32
-175
/
+364
2018-11-02
arm64: kdump: fix small typo
Yangtao Li
1
-1
/
+1
2018-11-02
arm64: makefile fix build of .i file in external module case
Victor Kamensky
1
-0
/
+2
2018-11-02
Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
12
-17
/
+291
2018-11-02
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
20
-597
/
+735
2018-11-02
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
22
-145
/
+169
2018-11-02
Merge tag 'riscv-for-linus-4.20-mw3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+8
2018-11-02
nvme-pci: fix conflicting p2p resource adds
Keith Busch
1
-1
/
+4
2018-11-02
nvme-fc: fix request private initialization
James Smart
1
-1
/
+1
2018-11-02
kbuild: remove cc-name variable
Masahiro Yamada
2
-5
/
+1
2018-11-02
kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
Masahiro Yamada
5
-6
/
+6
2018-11-01
apparmor: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2018-11-01
apparmor: fix checkpatch error in Parse secmark policy
John Johansen
1
-1
/
+1
2018-11-02
Merge tag 'drm-intel-next-fixes-2018-10-25' of git://anongit.freedesktop.org/...
Dave Airlie
6
-35
/
+110
2018-11-01
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-10
/
+25
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
85
-1239
/
+5632
2018-11-02
Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
21
-115
/
+207
2018-11-02
Merge tag 'drm-misc-next-fixes-2018-10-31' of git://anongit.freedesktop.org/d...
Dave Airlie
5
-25
/
+47
2018-11-01
blkcg: revert blkcg cleanups series
Dennis Zhou
22
-403
/
+208
2018-11-01
block: brd: associate with queue until adding disk
Ming Lei
1
-5
/
+11
2018-11-01
Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...
Linus Torvalds
12
-191
/
+348
2018-11-01
RISC-V: refresh defconfig
Anup Patel
1
-8
/
+8
2018-11-01
Merge branch 'next-keys2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...
Linus Torvalds
29
-61
/
+2516
2018-11-01
missing bits of "iov_iter: Separate type from direction and use accessor func...
Al Viro
1
-2
/
+2
2018-11-01
Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Al Viro
57
-2039
/
+2481
2018-11-01
Merge tag 'ovl-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-145
/
+260
2018-11-01
Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-5
/
+5
2018-11-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
6
-131
/
+685
2018-11-01
Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
4
-36
/
+7
2018-11-01
of: Fix cpu node iterator to not ignore disabled cpu nodes
Rob Herring
1
-2
/
+0
2018-11-01
ovl: automatically enable redirect_dir on metacopy=on
Miklos Szeredi
2
-7
/
+35
2018-11-01
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
24
-28
/
+841
2018-11-01
NFS: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
1
-1
/
+1
2018-11-01
SUNRPC: Use atomic(64)_t for seq_send(64)
Paul Burton
4
-39
/
+16
2018-11-01
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-4
/
+12
2018-11-01
Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...
Linus Torvalds
2
-1
/
+4
2018-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
56
-274
/
+793
2018-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-7
/
+2
2018-11-01
Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux
Linus Torvalds
3
-31
/
+2
2018-11-01
Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
47
-494
/
+1587
2018-11-02
merge_config.sh: Allow to define config prefix
Petr Vorel
1
-1
/
+5
2018-11-02
kbuild: remove unused cc-fullversion variable
Masahiro Yamada
2
-19
/
+0
2018-11-02
kconfig: remove silentoldconfig target
Masahiro Yamada
2
-9
/
+2
2018-11-02
kconfig: remove oldnoconfig target
Masahiro Yamada
2
-15
/
+1
2018-11-02
powerpc: PCI_MSI needs PCI
Christoph Hellwig
2
-0
/
+3
2018-11-02
powerpc: remove CONFIG_MCA leftovers
Christoph Hellwig
2
-7
/
+3
2018-11-02
powerpc: remove CONFIG_PCI_QSPAN
Christoph Hellwig
1
-9
/
+0
2018-11-02
scsi: aha152x: rename the PCMCIA define
Christoph Hellwig
2
-8
/
+8
2018-11-01
drm/amdgpu: revert "enable gfxoff in non-sriov and stutter mode by default"
Christian König
2
-4
/
+2
2018-11-01
drm/amd/pp: Print warning if od_sclk/mclk out of range
Rex Zhu
1
-4
/
+8
2018-11-01
drm/amd/pp: Fix pp_sclk/mclk_od not work on Vega10
Rex Zhu
1
-0
/
+31
2018-11-01
drm/amd/pp: Fix pp_sclk/mclk_od not work on smu7
Rex Zhu
1
-4
/
+6
2018-11-01
drm/amd/powerplay: no MGPU fan boost enablement on DPM disabled
Evan Quan
1
-3
/
+3
2018-11-01
drm/amdgpu: Fix skipping hangged job reset during gpu recover.
Andrey Grodzovsky
1
-1
/
+1
2018-11-01
ntb: idt: Alter the driver info comments
Serge Semin
3
-9
/
+8
2018-11-01
ntb: idt: Discard temperature sensor IRQ handler
Serge Semin
2
-43
/
+3
2018-11-01
ntb: idt: Add basic hwmon sysfs interface
Serge Semin
3
-1
/
+206
2018-11-01
ntb: idt: Alter temperature read method
Serge Semin
2
-17
/
+152
2018-11-01
compat: Cleanup in_compat_syscall() callers
Dmitry Safonov
4
-17
/
+5
2018-11-01
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
Dmitry Safonov
7
-16
/
+22
2018-11-01
irqchip/irq-mvebu-sei: Fix a NULL vs IS_ERR() bug in probe function
Dan Carpenter
1
-2
/
+2
2018-11-01
irq/matrix: Fix memory overallocation
Michael Kelley
1
-1
/
+1
2018-11-01
objtool: Support GCC 9 cold subfunction naming scheme
Josh Poimboeuf
1
-1
/
+1
2018-11-01
csky: use common dtb build rules
Guo Ren
2
-13
/
+1
2018-11-01
csky: remove builtin-dtb Kbuild
Guo Ren
3
-18
/
+1
2018-10-31
openvswitch: Fix push/pop ethernet validation
Jaime Caamaño Ruiz
1
-2
/
+2
2018-10-31
net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
Niklas Cassel
1
-1
/
+1
2018-10-31
sparc64: Wire up compat getpeername and getsockname.
David S. Miller
1
-2
/
+2
2018-10-31
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
16
-41
/
+85
2018-10-31
ntb_netdev: Simplify remove with client device drvdata
Aaron Sierra
1
-25
/
+3
2018-10-31
NTB: transport: Try harder to alloc an aligned MW buffer
Aaron Sierra
1
-23
/
+63
2018-10-31
ntb: ntb_transport: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-10-31
ntb: idt: Set PCIe bus address to BARLIMITx
Serge Semin
1
-1
/
+1
2018-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
8
-48
/
+319
2018-10-31
Merge branch 'verifier-fixes'
Alexei Starovoitov
3
-40
/
+305
2018-10-31
bpf: test make sure to run unpriv test cases in test_verifier
Daniel Borkmann
1
-31
/
+40
2018-10-31
bpf: add various test cases to test_verifier
Daniel Borkmann
1
-0
/
+250
2018-10-31
bpf: don't set id on after map lookup with ptr_to_map_val return
Daniel Borkmann
1
-5
/
+6
2018-10-31
bpf: fix partial copy of map_ptr when dst is scalar
Daniel Borkmann
2
-4
/
+9
2018-10-31
Merge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
9
-223
/
+337
2018-10-31
MAINTAINERS: add maintainer for IMX LPI2C driver
A.s. Dong
1
-0
/
+8
2018-10-31
dt-bindings: i2c: i2c-imx-lpi2c: add imx8qxp compatible string
A.s. Dong
1
-0
/
+1
2018-10-31
i2c: Clear client->irq in i2c_device_remove
Charles Keepax
1
-0
/
+2
2018-10-31
i2c: Remove unnecessary call to irq_find_mapping
Charles Keepax
1
-4
/
+1
2018-10-31
Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-353
/
+6
2018-11-01
selftests/powerpc: Fix compilation issue due to asm label
Naveen N. Rao
1
-3
/
+3
2018-10-31
Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-456
/
+19
2018-10-31
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
Linus Torvalds
1
-25
/
+1
[next]