index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
orphan.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-12
mm: Make copy_huge_page() always available
Matthew Wilcox (Oracle)
4
-53
/
+11
2021-07-12
mm/rmap: fix munlocking Anon THP with mlocked ptes
Hugh Dickins
1
-17
/
+22
2021-07-12
Linux 5.14-rc1
v5.14-rc1
Linus Torvalds
1
-2
/
+2
2021-07-12
mm/rmap: try_to_migrate() skip zone_device !device_private
Hugh Dickins
1
-3
/
+3
2021-07-12
mm/rmap: fix new bug: premature return from page_mlock_one()
Hugh Dickins
1
-6
/
+5
2021-07-12
mm/rmap: fix old bug: munlocking THP missed other mlocks
Hugh Dickins
1
-5
/
+8
2021-07-12
mm/rmap: fix comments left over from recent changes
Hugh Dickins
2
-7
/
+2
2021-07-11
mm/page_alloc: Revert pahole zero-sized workaround
Mel Gorman
2
-14
/
+0
2021-07-10
rtc: pcf8523: rename register and bit defines
Alexandre Belloni
1
-73
/
+73
2021-07-10
rtc: pcf2127: handle timestamp interrupts
Mian Yousaf Kaukab
1
-59
/
+133
2021-07-10
rtc: at91sam9: Remove unnecessary offset variable checks
Nobuhiro Iwamatsu
1
-1
/
+1
2021-07-10
rtc: s5m: Check return value of s5m_check_peding_alarm_interrupt()
Nobuhiro Iwamatsu
1
-3
/
+1
2021-07-10
rtc: spear: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-4
/
+1
2021-07-10
rtc: tps6586x: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: tps80031: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: rtd119x: Fix format of SPDX identifier
Nobuhiro Iwamatsu
1
-2
/
+1
2021-07-10
rtc: sc27xx: Fix format of SPDX identifier
Nobuhiro Iwamatsu
1
-1
/
+1
2021-07-10
rtc: palmas: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: max6900: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-5
/
+3
2021-07-10
rtc: ds1374: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-5
/
+2
2021-07-10
rtc: au1xxx: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-4
/
+1
2021-07-10
Revert "PCI: Coalesce host bridge contiguous apertures"
Bjorn Helgaas
1
-46
/
+4
2021-07-10
rtc: pcf85063: Update the PCF85063A datasheet revision
Fabio Estevam
1
-1
/
+1
2021-07-10
dt-bindings: rtc: ti,bq32k: take maintainership
Alexandre Belloni
1
-1
/
+1
2021-07-09
perf test: Add free() calls for scandir() returned dirent entries
Riccardo Mancini
1
-4
/
+11
2021-07-09
libperf: Add tests for perf_evlist__set_leader()
Jiri Olsa
1
-6
/
+21
2021-07-09
libperf: Remove BUG_ON() from library code in get_group_fd()
Arnaldo Carvalho de Melo
1
-7
/
+16
2021-07-09
cifs: update internal version number
Steve French
1
-1
/
+1
2021-07-09
cifs: prevent NULL deref in cifs_compose_mount_options()
Paulo Alcantara
1
-0
/
+3
2021-07-09
libperf: Add group support to perf_evsel__open()
Jiri Olsa
1
-2
/
+24
2021-07-09
SMB3.1.1: Add support for negotiating signing algorithm
Steve French
4
-11
/
+86
2021-07-09
perf tools: Fix pattern matching for same substring in different PMU type
Jin Yao
3
-2
/
+37
2021-07-09
perf record: Add a dummy event on hybrid systems to collect metadata records
Kan Liang
1
-4
/
+5
2021-07-09
perf stat: Add Topdown metrics L2 events as default events
Kan Liang
2
-1
/
+8
2021-07-09
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
7
-20
/
+26
2021-07-09
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
11
-23
/
+23
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
20
-77
/
+103
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
21
-58
/
+59
2021-07-09
io_uring: remove dead non-zero 'poll' check
Jens Axboe
1
-1
/
+1
2021-07-09
MIPS: vdso: Invalid GIC access through VDSO
Martin Fäcknitz
1
-1
/
+1
2021-07-09
irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry
Marc Zyngier
5
-11
/
+31
2021-07-09
cifs: use helpers when parsing uid/gid mount options and validate them
Ronnie Sahlberg
2
-5
/
+20
2021-07-08
s390: preempt: Fix preempt_count initialization
Valentin Schneider
3
-12
/
+6
2021-07-08
s390/linkage: increase asm symbols alignment to 16
Vasily Gorbik
1
-1
/
+1
2021-07-08
s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()
Heiko Carstens
3
-3
/
+3
2021-07-08
s390: add type checking to CALL_ON_STACK_NORETURN() macro
Heiko Carstens
1
-1
/
+3
2021-07-08
s390: remove old CALL_ON_STACK() macro
Heiko Carstens
1
-37
/
+0
2021-07-08
s390/softirq: use call_on_stack() macro
Heiko Carstens
1
-1
/
+1
2021-07-08
s390/lib: use call_on_stack() macro
Heiko Carstens
1
-2
/
+3
2021-07-08
s390/smp: use call_on_stack() macro
Heiko Carstens
1
-4
/
+8
[next]