index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
13
-83
/
+36
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
18
-22
/
+38
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
3
-44
/
+20
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
3
-24
/
+21
2022-03-03
mm: remove pointless includes from <linux/hmm.h>
Christoph Hellwig
4
-7
/
+6
2022-03-03
mm: remove the __KERNEL__ guard from <linux/mm.h>
Christoph Hellwig
1
-4
/
+0
2022-03-03
mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
Christoph Hellwig
1
-2
/
+1
2022-03-03
mm/munlock: mlock_vma_page() check against VM_SPECIAL
Hugh Dickins
1
-2
/
+9
2022-02-17
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
2
-5
/
+8
2022-02-17
mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
Hugh Dickins
1
-2
/
+8
2022-02-17
mm/munlock: page migration needs mlock pagevec drained
Hugh Dickins
2
-0
/
+6
2022-02-17
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
3
-47
/
+208
2022-02-17
mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
Hugh Dickins
1
-28
/
+9
2022-02-17
mm/migrate: __unmap_and_move() push good newpage to LRU
Hugh Dickins
1
-12
/
+19
2022-02-17
mm/munlock: mlock_pte_range() when mlocking or munlocking
Hugh Dickins
2
-23
/
+91
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
7
-22
/
+92
2022-02-17
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
4
-59
/
+24
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
12
-129
/
+113
2022-02-17
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
5
-47
/
+12
2022-02-17
mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
Hugh Dickins
3
-70
/
+8
2022-02-17
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
4
-438
/
+25
2022-02-16
Merge tag 'mmc-v5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+14
2022-02-16
tty: n_tty: do not look ahead for EOL character past the end of the buffer
Linus Torvalds
1
-4
/
+2
2022-02-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-143
/
+232
2022-02-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
8
-29
/
+102
2022-02-15
Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-2
/
+19
2022-02-15
Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-22
/
+50
2022-02-15
Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-6
/
+19
2022-02-14
serial: parisc: GSC: fix build when IOSAPIC is not set
Randy Dunlap
1
-1
/
+1
2022-02-14
Merge tag 'regulator-fix-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+3
2022-02-14
HID: amd_sfh: Add interrupt handler to process interrupts
Basavaraj Natikar
2
-0
/
+41
2022-02-14
HID: amd_sfh: Add functionality to clear interrupts
Basavaraj Natikar
2
-1
/
+25
2022-02-14
HID: amd_sfh: Disable the interrupt for all command
Basavaraj Natikar
1
-0
/
+3
2022-02-14
HID: amd_sfh: Correct the structure field name
Basavaraj Natikar
1
-1
/
+1
2022-02-14
HID: amd_sfh: Handle amd_sfh work buffer in PM ops
Basavaraj Natikar
1
-0
/
+4
2022-02-14
KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
Jim Mattson
1
-1
/
+1
2022-02-14
KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
Jim Mattson
1
-2
/
+3
2022-02-14
parisc: Fix some apparent put_user() failures
Helge Deller
1
-14
/
+15
2022-02-13
parisc: Show error if wrong 32/64-bit compiler is being used
Helge Deller
1
-0
/
+8
2022-02-13
Linux 5.17-rc4
v5.17-rc4
Linus Torvalds
1
-2
/
+2
2022-02-13
Merge tag 'kbuild-fixes-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-11
/
+17
2022-02-13
Merge tag 'irq-urgent-2022-02-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-6
/
+19
2022-02-13
Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-25
/
+16
2022-02-13
Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+6
2022-02-13
Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2022-02-13
Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2022-02-13
Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-17
/
+31
2022-02-13
Merge tag 'irqchip-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
3
-6
/
+19
2022-02-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-7
/
+20
2022-02-12
Merge tag 'char-misc-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-38
/
+105
[next]