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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-10
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
1
-1
/
+2
2018-09-10
sched/pelt: Fix update_blocked_averages() for RT and DL classes
Vincent Guittot
1
-4
/
+10
2018-09-10
sched/topology: Set correct NUMA topology type
Srikar Dronamraju
1
-4
/
+1
2018-09-10
sched/debug: Fix potential deadlock when writing to sched_features
Jiada Wang
1
-2
/
+4
2018-09-10
staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
Gao Xiang
1
-2
/
+2
2018-09-10
locking/mutex: Fix mutex debug call and ww_mutex documentation
Thomas Hellstrom
1
-2
/
+1
2018-09-10
perf/UAPI: Clearly mark __PERF_SAMPLE_CALLCHAIN_EARLY as internal use
Peter Zijlstra
1
-1
/
+1
2018-09-10
perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUs
Jacek Tomaka
1
-0
/
+4
2018-09-10
ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()
Takashi Sakamoto
1
-3
/
+6
2018-09-10
ALSA: bebob: use address returned by kmalloc() instead of kernel stack for streaming DMA mapping
Takashi Sakamoto
1
-10
/
+14
2018-09-10
drm/fb-helper: improve documentation and print warnings
Peter Wu
1
-6
/
+18
2018-09-10
bochs: convert to drm_dev_register
Peter Wu
3
-8
/
+30
2018-09-10
bochs: convert to drm_fb_helper_fbdev_setup/teardown
Peter Wu
4
-157
/
+22
2018-09-10
bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resume
Peter Wu
1
-10
/
+2
2018-09-10
drm: refuse ADDFB2 ioctl for broken bigendian drivers
Gerd Hoffmann
3
-3
/
+29
2018-09-10
drm/virtio: Remove set but not used variable 'bo'
YueHaibing
1
-3
/
+0
2018-09-09
Linux 4.19-rc3
Linus Torvalds
1
-1
/
+1
2018-09-09
ip: frags: fix crash in ip_do_fragment()
Taehee Yoo
2
-0
/
+2
2018-09-09
Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Ingo Molnar
15
-39
/
+282
2018-09-09
net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC
Vakul Garg
1
-0
/
+6
2018-09-09
Merge branch 'ena-fixes'
David S. Miller
5
-64
/
+67
2018-09-09
net: ena: fix incorrect usage of memory barriers
Netanel Belgazal
4
-34
/
+26
2018-09-09
net: ena: fix missing calls to READ_ONCE
Netanel Belgazal
1
-4
/
+4
2018-09-09
net: ena: fix missing lock during device destruction
Netanel Belgazal
1
-13
/
+7
2018-09-09
net: ena: fix potential double ena_destroy_device()
Netanel Belgazal
1
-0
/
+5
2018-09-09
net: ena: fix device destruction to gracefully free resources
Netanel Belgazal
1
-6
/
+7
2018-09-09
net: ena: fix driver when PAGE_SIZE == 64kB
Netanel Belgazal
2
-5
/
+16
2018-09-09
net: ena: fix surprise unplug NULL dereference kernel crash
Netanel Belgazal
1
-2
/
+2
2018-09-09
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
14
-59
/
+87
2018-09-09
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-12
/
+32
2018-09-09
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2018-09-09
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+6
2018-09-09
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
Linus Torvalds
3
-5
/
+16
2018-09-09
Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
10
-36
/
+47
2018-09-09
drm: extract drm_atomic_uapi.c
Daniel Vetter
18
-1375
/
+1483
2018-09-09
drm: Update todo.rst
Daniel Vetter
1
-58
/
+10
2018-09-09
drm/atomic: trim driver interface/docs
Daniel Vetter
3
-194
/
+34
2018-09-09
drm: drop drmP.h include from drm_crtc.c
Daniel Vetter
1
-1
/
+4
2018-09-09
drm: drop drmP.h include from drm_plane.c
Daniel Vetter
5
-1
/
+23
2018-09-09
drm: Drop drmP.h from drm_connector.c
Daniel Vetter
2
-1
/
+10
2018-09-09
drm: Add drm/drm_util.h header file
Daniel Vetter
11
-3
/
+44
2018-09-09
Merge tag 'iio-fixes-4.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
Greg Kroah-Hartman
2
-8
/
+6
2018-09-09
fs/cifs: require sha512
Stefan Metzmacher
1
-0
/
+1
2018-09-09
fs/cifs: suppress a string overflow warning
Stephen Rothwell
1
-3
/
+8
2018-09-09
kbuild: modules_install: warn when missing System.map file
Randy Dunlap
1
-0
/
+1
2018-09-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-134
/
+204
2018-09-08
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
4
-2
/
+11
2018-09-08
Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
Olof Johansson
1
-0
/
+2
2018-09-08
x86/mm: Use WRITE_ONCE() when setting PTEs
Nadav Amit
3
-15
/
+15
2018-09-08
x86/apic/vector: Make error return value negative
Thomas Gleixner
1
-1
/
+1
[prev]
[next]