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
2021-06-29
Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
17
-266
/
+568
2021-06-29
Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-55
/
+40
2021-06-29
Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
26
-138
/
+990
2021-06-29
Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
106
-354
/
+408
2021-06-29
Merge tag 'smp-urgent-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+49
2021-06-29
Merge tag 'smp-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2021-06-29
Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
20
-112
/
+1020
2021-06-29
tcp: change ICSK_CA_PRIV_SIZE definition
Eric Dumazet
1
-1
/
+1
2021-06-29
tcp_yeah: check struct yeah size at compile time
Eric Dumazet
1
-1
/
+1
2021-06-29
gve: DQO: Fix off by one in gve_rx_dqo()
Dan Carpenter
1
-1
/
+1
2021-06-29
Merge branch 'stmmac-phy-wol'
David S. Miller
3
-1
/
+5
2021-06-29
stmmac: intel: set PCI_D3hot in suspend
Voon Weifeng
1
-0
/
+1
2021-06-29
stmmac: intel: Enable PHY WOL option in EHL
Ling Pei Lee
1
-0
/
+1
2021-06-29
net: stmmac: option to enable PHY WOL with PMT enabled
Ling Pei Lee
2
-1
/
+3
2021-06-29
Merge branch 'ndo_dflt_fdb-print'
David S. Miller
1
-3
/
+3
2021-06-29
net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-2
/
+2
2021-06-29
net: use netdev_info in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-3
/
+3
2021-06-29
ptp: Set lookup cookie when creating a PTP PPS source.
Jonathan Lemon
1
-0
/
+1
2021-06-29
Merge branch 'inet-sk_error-tracers'
David S. Miller
43
-67
/
+145
2021-06-29
net: sock: add trace for socket errors
Alexander Aring
2
-0
/
+70
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
42
-67
/
+75
2021-06-29
Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
20
-127
/
+317
2021-06-29
mm,hwpoison: make get_hwpoison_page() call get_any_page()
Naoya Horiguchi
2
-85
/
+111
2021-06-29
mm,hwpoison: send SIGBUS with error virutal address
Naoya Horiguchi
3
-3
/
+165
2021-06-29
mm/page_alloc: split pcp->high across all online CPUs for cpuless nodes
Mel Gorman
1
-4
/
+8
2021-06-29
mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
Mel Gorman
4
-49
/
+144
2021-06-29
mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM
Mike Rapoport
5
-11
/
+7
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
36
-69
/
+59
2021-06-29
docs: remove description of DISCONTIGMEM
Mike Rapoport
2
-49
/
+8
2021-06-29
arch, mm: remove stale mentions of DISCONIGMEM
Mike Rapoport
7
-27
/
+6
2021-06-29
mm: remove CONFIG_DISCONTIGMEM
Mike Rapoport
4
-71
/
+12
2021-06-29
m68k: remove support for DISCONTIGMEM
Mike Rapoport
5
-76
/
+1
2021-06-29
arc: remove support for DISCONTIGMEM
Mike Rapoport
3
-61
/
+0
2021-06-29
arc: update comment about HIGHMEM implementation
Mike Rapoport
1
-8
/
+5
2021-06-29
alpha: remove DISCONTIGMEM and NUMA
Mike Rapoport
15
-540
/
+4
2021-06-29
mm/page_alloc: move free_the_page
Mel Gorman
1
-8
/
+8
2021-06-29
mm/page_alloc: fix counting of managed_pages
Liu Shixin
1
-6
/
+6
2021-06-29
mm/page_alloc: improve memmap_pages dbg msg
Dong Aisheng
1
-1
/
+1
2021-06-29
mm: drop SECTION_SHIFT in code comments
Dong Aisheng
1
-2
/
+0
2021-06-29
mm/page_alloc: introduce vm.percpu_pagelist_high_fraction
Mel Gorman
4
-7
/
+94
2021-06-29
mm/page_alloc: limit the number of pages on PCP lists when reclaim is active
Mel Gorman
3
-1
/
+54
2021-06-29
mm/page_alloc: scale the number of pages that are batch freed
Mel Gorman
2
-3
/
+41
2021-06-29
mm/page_alloc: adjust pcp->high after CPU hotplug events
Mel Gorman
3
-13
/
+29
2021-06-29
mm/page_alloc: disassociate the pcp->high from pcp->batch
Mel Gorman
2
-21
/
+47
2021-06-29
mm/page_alloc: delete vm.percpu_pagelist_fraction
Mel Gorman
4
-81
/
+4
2021-06-29
mm: page_alloc: dump migrate-failed pages only at -EBUSY
Minchan Kim
1
-1
/
+2
2021-06-29
mm/page_alloc: update PGFREE outside the zone lock in __free_pages_ok
Mel Gorman
1
-1
/
+2
2021-06-29
mm/page_alloc: avoid conflating IRQs disabled with zone->lock
Mel Gorman
1
-26
/
+49
2021-06-29
mm/page_alloc: explicitly acquire the zone lock in __free_pages_ok
Mel Gorman
1
-8
/
+8
2021-06-29
mm/page_alloc: reduce duration that IRQs are disabled for VM counters
Mel Gorman
1
-6
/
+6
[prev]
[next]