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
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
171
-2749
/
+7241
2020-12-20
Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
123
-790
/
+579
2020-12-20
io_uring: end waiting before task cancel attempts
Pavel Begunkov
1
-1
/
+1
2020-12-20
io_uring: always progress task_work on task cancel
Pavel Begunkov
1
-1
/
+1
2020-12-20
Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
9
-46
/
+31
2020-12-20
epoll: fix compat syscall wire up of epoll_pwait2
Heiko Carstens
4
-4
/
+4
2020-12-20
io-wq: kill now unused io_wq_cancel_all()
Jens Axboe
2
-31
/
+1
2020-12-20
io_uring: make ctx cancel on exit targeted to actual ctx
Jens Axboe
1
-1
/
+8
2020-12-20
ALSA: hda/realtek: Add quirk for MSI-GP73
Takashi Iwai
1
-0
/
+1
2020-12-19
clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts"
Geert Uytterhoeven
1
-2
/
+2
2020-12-19
clk: ingenic: Fix divider calculation with div tables
Paul Cercueil
1
-4
/
+10
2020-12-19
clk: sunxi-ng: Make sure divider tables have sentinel
Jernej Skrabec
2
-0
/
+2
2020-12-19
clk: s2mps11: Fix a resource leak in error handling paths in the probe function
Christophe JAILLET
1
-0
/
+1
2020-12-19
clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9
Terry Zhou
1
-2
/
+2
2020-12-19
clk: si5351: Wait for bit clear after PLL reset
Sascha Hauer
1
-3
/
+10
2020-12-19
clk: at91: sam9x60: remove atmel,osc-bypass support
Alexandre Belloni
1
-5
/
+1
2020-12-19
Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2
-7
/
+278
2020-12-19
Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
6
-29
/
+27
2020-12-19
perf mem: Factor out a function to generate sort order
Kan Liang
1
-14
/
+27
2020-12-19
perf sort: Add sort option for data page size
Kan Liang
7
-2
/
+42
2020-12-19
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
Linus Torvalds
7
-846
/
+9
2020-12-19
Merge tag 'i3c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Linus Torvalds
21
-2
/
+4316
2020-12-19
perf script: Support data page size
Kan Liang
4
-4
/
+34
2020-12-19
Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Linus Torvalds
30
-355
/
+562
2020-12-19
Merge tag 'hsi-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
Linus Torvalds
2
-2
/
+2
2020-12-19
Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
Linus Torvalds
54
-390
/
+1304
2020-12-19
clk: at91: sama7g5: register cpu clock
Claudiu Beznea
2
-7
/
+7
2020-12-19
clk: at91: clk-master: re-factor master clock
Claudiu Beznea
14
-146
/
+542
2020-12-19
clk: at91: sama7g5: do not allow cpu pll to go higher than 1GHz
Claudiu Beznea
1
-14
/
+47
2020-12-19
clk: at91: sama7g5: decrease lower limit for MCK0 rate
Claudiu Beznea
1
-1
/
+1
2020-12-19
clk: at91: sama7g5: remove mck0 from parent list of other clocks
Claudiu Beznea
1
-29
/
+26
2020-12-19
clk: at91: clk-sam9x60-pll: allow runtime changes for pll
Claudiu Beznea
4
-41
/
+197
2020-12-19
clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristics
Eugen Hristev
1
-2
/
+2
2020-12-19
clk: at91: clk-master: add 5th divisor for mck master
Eugen Hristev
2
-2
/
+2
2020-12-19
clk: at91: sama7g5: allow SYS and CPU PLLs to be exported and referenced in DT
Eugen Hristev
1
-2
/
+4
2020-12-19
dt-bindings: clock: at91: add sama7g5 pll defines
Eugen Hristev
2
-3
/
+13
2020-12-19
clk: at91: sama7g5: fix compilation error
Claudiu Beznea
1
-2
/
+4
2020-12-19
clk: bcm: dvp: Add MODULE_DEVICE_TABLE()
Nicolas Saenz Julienne
1
-0
/
+1
2020-12-19
clk: bcm: dvp: drop a variable that is assigned to only
Uwe Kleine-König
1
-2
/
+1
2020-12-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
31
-274
/
+331
2020-12-19
mm/Kconfig: fix spelling mistake "whats" -> "what's"
Colin Ian King
1
-1
/
+1
2020-12-19
selftests/filesystems: expand epoll with epoll_pwait2
Willem de Bruijn
1
-0
/
+72
2020-12-19
epoll: wire up syscall epoll_pwait2
Willem de Bruijn
22
-2
/
+35
2020-12-19
epoll: add syscall epoll_pwait2
Willem de Bruijn
1
-14
/
+73
2020-12-19
epoll: convert internal api to timespec64
Willem de Bruijn
1
-20
/
+37
2020-12-19
epoll: eliminate unnecessary lock for zero timeout
Soheil Hassas Yeganeh
1
-13
/
+12
2020-12-19
epoll: replace gotos with a proper loop
Soheil Hassas Yeganeh
1
-21
/
+21
2020-12-19
epoll: pull all code between fetch_events and send_event into the loop
Soheil Hassas Yeganeh
1
-20
/
+21
2020-12-19
epoll: simplify and optimize busy loop logic
Soheil Hassas Yeganeh
1
-23
/
+17
2020-12-19
epoll: move eavail next to the list_empty_careful check
Soheil Hassas Yeganeh
1
-2
/
+1
[prev]
[next]