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
ocfs2: remove unnecessary INIT_LIST_HEAD()
Yang Yingliang
1
-2
/
+0
2021-06-29
squashfs: add option to panic on errors
Vincent Whitchurch
3
-1
/
+91
2021-06-29
ntfs: fix validity check for file name attribute
Desmond Cheong Zhi Xi
1
-1
/
+1
2021-06-29
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-0
/
+16
2021-06-29
streamline_config.pl: add softtabstop=4 for vim users
Steven Rostedt (VMware)
1
-0
/
+2
2021-06-29
streamline_config.pl: make spacing consistent
Steven Rostedt (VMware)
1
-37
/
+37
2021-06-29
ia64: mca_drv: fix incorrect array size calculation
Arnd Bergmann
1
-1
/
+1
2021-06-29
ia64: headers: drop duplicated words
Randy Dunlap
3
-3
/
+3
2021-06-29
kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
Petr Mladek
1
-7
/
+12
2021-06-29
kthread: switch to new kerneldoc syntax for named variable macro argument
Jonathan Neuschäfer
1
-1
/
+1
2021-06-29
mm/page_alloc: correct return value of populated elements if bulk array is populated
Mel Gorman
1
-1
/
+1
2021-06-29
mm/page_alloc: fix memory map initialization for descending nodes
Mike Rapoport
2
-37
/
+58
2021-06-29
mm/gup: fix try_grab_compound_head() race with split_huge_page()
Jann Horn
1
-15
/
+43
2021-06-29
Merge branch 'dsa-rx-filtering'
David S. Miller
10
-79
/
+573
2021-06-29
net: dsa: replay the local bridge FDB entries pointing to the bridge dev too
Vladimir Oltean
1
-0
/
+12
2021-06-29
net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are on the same dev
Vladimir Oltean
2
-5
/
+5
2021-06-29
net: dsa: include fdb entries pointing to bridge in the host fdb list
Vladimir Oltean
1
-2
/
+11
2021-06-29
net: dsa: include bridge addresses which are local in the host fdb list
Tobias Waldekranz
1
-5
/
+13
2021-06-29
net: dsa: sync static FDB entries on foreign interfaces to hardware
Vladimir Oltean
1
-4
/
+8
2021-06-29
net: dsa: install the host MDB and FDB entries in the master's RX filter
Vladimir Oltean
1
-0
/
+24
2021-06-29
net: dsa: reference count the FDB addresses at the cross-chip notifier level
Vladimir Oltean
3
-7
/
+88
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host FDBs
Vladimir Oltean
4
-5
/
+90
2021-06-29
net: dsa: reference count the MDB entries at the cross-chip notifier level
Vladimir Oltean
3
-9
/
+115
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host MDBs
Vladimir Oltean
4
-8
/
+92
2021-06-29
net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_of
Vladimir Oltean
1
-0
/
+26
2021-06-29
net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_del
Vladimir Oltean
2
-23
/
+68
2021-06-29
net: bridge: allow br_fdb_replay to be called for the bridge device
Vladimir Oltean
1
-1
/
+4
2021-06-29
net: bridge: switchdev: send FDB notifications for host addresses
Tobias Waldekranz
3
-11
/
+11
2021-06-29
net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dst
Vladimir Oltean
2
-14
/
+21
2021-06-29
Merge branch 'leases-devel'
Trond Myklebust
7
-23
/
+126
2021-06-29
NFSv4: setlease should return EAGAIN if locks are not available
Trond Myklebust
1
-2
/
+2
2021-06-29
NFS: nfs_find_open_context() may only select open files
Trond Myklebust
2
-0
/
+5
2021-06-29
drm/gma500: Add the missed drm_gem_object_put() in psb_user_framebuffer_create()
Jing Xiangfeng
1
-1
/
+6
2021-06-29
<linux/dma-resv.h>: correct a function name in kernel-doc
Randy Dunlap
1
-1
/
+1
2021-06-29
tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
Steven Rostedt (VMware)
3
-4
/
+42
2021-06-29
dt-bindings: mmc: change compatiable string for MT8195 mmc host IP
Wenbin Mei
1
-0
/
+2
2021-06-29
mmc: sdhci: Clear unused bounce buffer at DMA mmap error path
Takashi Iwai
1
-1
/
+5
2021-06-29
phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIP
Rashmi A
1
-1
/
+2
2021-06-29
mmc: sdhci-of-arasan: Use clock-frequency property to update clk_xin
Rashmi A
1
-2
/
+12
2021-06-29
mmc: core: clear flags before allowing to retune
Wolfram Sang
1
-2
/
+5
2021-06-29
Merge branches 'pm-domains' and 'pm-devfreq'
Rafael J. Wysocki
11
-93
/
+186
2021-06-29
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
10
-338
/
+536
2021-06-29
Merge branches 'pm-core' and 'pm-sleep'
Rafael J. Wysocki
8
-26
/
+40
2021-06-29
Merge branch 'pm-opp'
Rafael J. Wysocki
2
-24
/
+13
2021-06-29
Merge branches 'acpi-ec', 'acpi-apei', 'acpi-soc' and 'acpi-misc'
Rafael J. Wysocki
12
-55
/
+131
2021-06-29
Merge branches 'acpi-dptf' and 'acpi-messages'
Rafael J. Wysocki
19
-121
/
+108
2021-06-29
Merge branches 'acpi-prm', 'acpi-sysfs' and 'acpi-x86'
Rafael J. Wysocki
11
-121
/
+413
2021-06-29
Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-resources'
Rafael J. Wysocki
11
-131
/
+266
2021-06-29
Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'
Rafael J. Wysocki
16
-176
/
+291
2021-06-29
Merge branch 'acpica'
Rafael J. Wysocki
11
-5
/
+259
[prev]
[next]