index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
NFS: make struct nlmclnt_fl_close_lock_ops static
Colin Ian King
1
-1
/
+1
2018-02-22
nfs: system crashes after NFS4ERR_MOVED recovery
Bill.Baker@oracle.com
1
-2
/
+4
2018-02-22
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
H.J. Lu
3
-0
/
+5
2018-02-22
KEYS: Use individual pages in big_key for crypto buffers
David Howells
1
-23
/
+87
2018-02-22
X.509: fix NULL dereference when restricting key with unsupported_sig
Eric Biggers
1
-8
/
+13
2018-02-22
X.509: fix BUG_ON() when hash algorithm is unsupported
Eric Biggers
1
-1
/
+3
2018-02-22
PKCS#7: fix direct verification of SignerInfo signature
Eric Biggers
1
-0
/
+1
2018-02-22
PKCS#7: fix certificate blacklisting
Eric Biggers
1
-4
/
+6
2018-02-22
PKCS#7: fix certificate chain verification
Eric Biggers
1
-1
/
+1
2018-02-22
selftests/bpf/test_maps: exit child process without error in ENOMEM case
Li Zhijian
1
-0
/
+2
2018-02-22
arm64: Enforce BBM for huge IO/VMAP mappings
Will Deacon
1
-0
/
+10
2018-02-22
i2c: designware: Consider SCL GPIO optional
Andy Shevchenko
1
-1
/
+1
2018-02-22
i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".
Patryk Kocielnik
1
-2
/
+2
2018-02-22
i2c: bcm2835: Set up the rising/falling edge delays
Eric Anholt
1
-1
/
+20
2018-02-22
treewide/trivial: Remove ';;$' typo noise
Ingo Molnar
17
-19
/
+19
2018-02-22
powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
Mark Lord
1
-0
/
+3
2018-02-22
powerpc/pseries: Revert support for ibm,drc-info devtree property
Michael Bringmann
1
-1
/
+1
2018-02-22
powerpc/pseries: Fix duplicate firmware feature for DRC_INFO
Michael Ellerman
1
-1
/
+1
2018-02-21
seccomp: add a selftest for get_metadata
Tycho Andersen
1
-0
/
+61
2018-02-21
ptrace, seccomp: tweak get_metadata behavior slightly
Tycho Andersen
1
-2
/
+4
2018-02-21
seccomp, ptrace: switch get_metadata types to arch independent
Tycho Andersen
1
-2
/
+2
2018-02-22
selftests/bpf: update gitignore with test_libbpf_open
Anders Roxell
1
-0
/
+1
2018-02-22
selftests/bpf: tcpbpf_kern: use in6_* macros from glibc
Anders Roxell
1
-1
/
+0
2018-02-22
bpf: clean up unused-variable warning
Arnd Bergmann
1
-5
/
+1
2018-02-21
mm: don't defer struct page initialization for Xen pv guests
Juergen Gross
1
-0
/
+4
2018-02-21
lib/Kconfig.debug: enable RUNTIME_TESTING_MENU
Anders Roxell
1
-0
/
+1
2018-02-21
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
1
-3
/
+7
2018-02-21
selftests/memfd: add run_fuse_test.sh to TEST_FILES
Anders Roxell
1
-0
/
+1
2018-02-21
bug.h: work around GCC PR82365 in BUG()
Arnd Bergmann
8
-6
/
+44
2018-02-21
mm/swap.c: make functions and their kernel-doc agree (again)
Mike Rapoport
1
-1
/
+1
2018-02-21
mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc
Mike Rapoport
1
-1
/
+1
2018-02-21
ida: do zeroing in ida_pre_get()
Rasmus Villemoes
2
-3
/
+1
2018-02-21
mm, swap, frontswap: fix THP swap if frontswap enabled
Huang Ying
2
-0
/
+10
2018-02-21
certs/blacklist_nohashes.c: fix const confusion in certs blacklist
Andi Kleen
1
-1
/
+1
2018-02-21
kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
David Rientjes
1
-1
/
+1
2018-02-21
mm, mlock, vmscan: no more skipping pagevecs
Shakeel Butt
4
-95
/
+54
2018-02-21
mm: memcontrol: fix NR_WRITEBACK leak in memcg and system stats
Johannes Weiner
1
-8
/
+16
2018-02-21
Kbuild: always define endianess in kconfig.h
Arnd Bergmann
1
-0
/
+6
2018-02-21
include/linux/sched/mm.h: re-inline mmdrop()
Andrew Morton
2
-14
/
+14
2018-02-21
tools: fix cross-compile var clobbering
Martin Kelly
13
-22
/
+18
2018-02-22
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
15
-58
/
+196
2018-02-21
NFSv4: Fix broken cast in nfs4_callback_recallany()
Trond Myklebust
1
-8
/
+6
2018-02-21
amd-xgbe: Restore PCI interrupt enablement setting on resume
Tom Lendacky
1
-0
/
+2
2018-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
9
-22
/
+36
2018-02-21
Merge branch 'virtio_net-XDP-fixes'
David S. Miller
1
-24
/
+34
2018-02-21
virtio_net: fix ndo_xdp_xmit crash towards dev not ready for XDP
Jesper Dangaard Brouer
1
-1
/
+11
2018-02-21
virtio_net: fix memory leak in XDP_REDIRECT
Jesper Dangaard Brouer
1
-15
/
+22
2018-02-21
virtio_net: fix XDP code path in receive_small()
Jesper Dangaard Brouer
1
-1
/
+1
2018-02-21
virtio_net: disable XDP_REDIRECT in receive_mergeable() case
Jesper Dangaard Brouer
1
-7
/
+0
2018-02-21
Merge tag 'mlx5-fixes-2018-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
10
-33
/
+70
[prev]
[next]