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
/
arch
/
arc
/
oprofile
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-12
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
3
-3
/
+3
2018-08-11
xen/netfront: don't cache skb_shinfo()
Juergen Gross
1
-4
/
+4
2018-08-11
net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan
Ivan Khoronzhuk
1
-4
/
+7
2018-08-11
net: ethernet: ti: cpsw: clear all entries when delete vid
Ivan Khoronzhuk
2
-11
/
+5
2018-08-10
zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
Minchan Kim
1
-1
/
+14
2018-08-10
mm/memory.c: check return value of ioremap_prot
jie@chenjie6@huwei.com
1
-0
/
+3
2018-08-10
lib/ubsan: remove null-pointer checks
Andrey Ryabinin
4
-17
/
+0
2018-08-10
MAINTAINERS: GDB: update e-mail address
Kieran Bingham
1
-1
/
+1
2018-08-10
x86/mm/pti: Move user W+X check into pti_finalize()
Joerg Roedel
3
-5
/
+10
2018-08-09
make sure that __dentry_kill() always invalidates d_seq, unhashed or not
Al Viro
1
-5
/
+2
2018-08-09
fix __legitimize_mnt()/mntput() race
Al Viro
1
-0
/
+14
2018-08-09
fix mntput/mntput race
Al Viro
1
-2
/
+12
2018-08-09
xdp: fix bug in devmap teardown code path
Jesper Dangaard Brouer
1
-5
/
+9
2018-08-09
samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easier
Jesper Dangaard Brouer
2
-3
/
+3
2018-08-09
xdp: fix bug in cpumap teardown code path
Jesper Dangaard Brouer
1
-6
/
+9
2018-08-09
x86/relocs: Add __end_rodata_aligned to S_REL
Joerg Roedel
1
-0
/
+1
2018-08-09
i2c: xlp9xx: Fix case where SSIF read transaction completes early
George Cherian
1
-13
/
+28
2018-08-09
s390/dasd: fix hanging offline processing due to canceled worker
Stefan Haberland
1
-2
/
+5
2018-08-09
s390/dasd: fix panic for failed online processing
Stefan Haberland
1
-0
/
+3
2018-08-09
s390/mm: fix addressing exception after suspend/resume
Gerald Schaefer
1
-1
/
+1
2018-08-09
rseq/selftests: add s390 support
Vasily Gorbik
3
-0
/
+539
2018-08-08
dsa: slave: eee: Allow ports to use phylink
Andrew Lunn
1
-2
/
+2
2018-08-08
net/smc: move sock lock in smc_ioctl()
Ursula Braun
1
-3
/
+7
2018-08-08
net/smc: allow sysctl rmem and wmem defaults for servers
Ursula Braun
1
-0
/
+2
2018-08-08
net/smc: no shutdown in state SMC_LISTEN
Ursula Braun
1
-2
/
+1
2018-08-08
net: aquantia: Fix IFF_ALLMULTI flag functionality
Dmitry Bogdanov
1
-1
/
+1
2018-08-08
rxrpc: Fix the keepalive generator [ver #2]
David Howells
7
-89
/
+109
2018-08-08
net/mlx5e: Cleanup of dcbnl related fields
Huy Nguyen
2
-21
/
+11
2018-08-08
net/mlx5e: Properly check if hairpin is possible between two functions
Or Gerlitz
1
-4
/
+4
2018-08-08
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
4
-0
/
+39
2018-08-08
parisc: Enable CONFIG_MLONGCALLS by default
Helge Deller
1
-1
/
+1
2018-08-08
bpf, sockmap: fix cork timeout for select due to epipe
Daniel Borkmann
1
-1
/
+1
2018-08-08
bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
Daniel Borkmann
1
-2
/
+5
2018-08-08
bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
Daniel Borkmann
1
-1
/
+1
2018-08-08
vhost: reset metadata cache when initializing new IOTLB
Jason Wang
1
-3
/
+6
2018-08-07
llc: use refcount_inc_not_zero() for llc_sap_find()
Cong Wang
2
-2
/
+7
2018-08-07
dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
Alexey Kodanev
1
-2
/
+4
2018-08-07
x86/mm/pti: Clone kernel-image on PTE level for 32 bit
Joerg Roedel
1
-41
/
+99
2018-08-07
x86/mm/pti: Don't clear permissions in pti_clone_pmd()
Joerg Roedel
1
-6
/
+5
2018-08-07
tipc: fix an interrupt unsafe locking scenario
Ying Xue
1
-3
/
+1
2018-08-07
x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
Peter Zijlstra
1
-4
/
+10
2018-08-07
vsock: split dwork to avoid reinitializations
Cong Wang
3
-11
/
+11
2018-08-07
net: thunderx: check for failed allocation lmac->dmacs
Colin Ian King
1
-0
/
+2
2018-08-07
cxgb4: mk_act_open_req() buggers ->{local, peer}_ip on big-endian hosts
Al Viro
1
-4
/
+2
2018-08-07
x86/mm/pti: Fix 32 bit PCID check
Joerg Roedel
1
-1
/
+1
2018-08-07
s390: fix br_r1_trampoline for machines without exrl
Martin Schwidefsky
1
-2
/
+0
2018-08-07
s390/lib: use expoline for all bcr instructions
Martin Schwidefsky
1
-6
/
+10
2018-08-07
crypto: x86/aegis,morus - Fix and simplify CPUID checks
Ondrej Mosnacek
6
-45
/
+21
2018-08-07
crypto: arm64 - revert NEON yield for fast AEAD implementations
Ard Biesheuvel
2
-146
/
+80
2018-08-06
packet: refine ring v3 block size test to hold one frame
Willem de Bruijn
1
-4
/
+6
[next]