lp:~sunforce/ubuntu/+source/linux/+git/mainline-crack
- Get this repository:
-
git clone
https://git.not.enabled/~sunforce/ubuntu/+source/linux/+git/mainline-crack
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2022-11-13 21:12:55 UTC |
Linux 6.1-rc5
Author:
Linus Torvalds
Linux 6.1-rc5 |
mmu_gather-race-fix | 2022-10-31 18:22:42 UTC |
mm: delay rmap removal until after TLB flush
Author:
Linus Torvalds
mm: delay rmap removal until after TLB flush When we remove a page table entry, we are very careful to only free the However, we have removed the rmap entry for that page early, which means And that is a problem, because while the TLB entry exists, we could end (a) one CPU could come in and clean it, never seeing our mapping of (b) another CPU could continue to use the stale and dirty TLB entry resulting in a page that has been dirtied, but then marked clean again, End result: possibly lost dirty data. This commit uses the same old TLB gather array that we use to delay the NOTE! While the "possibly lost dirty data" sounds catastrophic, for this So arguably this is about user space doing crazy things, but from a VM Reported-by: Nadav Amit <nadav. |
tty-splice | 2021-01-21 18:34:33 UTC |
tty: fix up iterate_tty_read() EOVERFLOW handling
Author:
Linus Torvalds
tty: fix up iterate_tty_read() EOVERFLOW handling When I converted the tty_ldisc_ops 'read()' function to take a kernel Yes, we want to have EOVERFLOW override any partially read data (because And in fact, it really is just EOVERFLOW that is special and should So this is more of a technicality, but let's just make the intent very Reported-by: Jiri Slaby <jirislaby@ |
linus | 2018-09-17 05:24:28 UTC |
Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Author:
Greg Kroah-Hartman
Merge tag 'linux- Pulled kselftest fixes from Shuah: -- fixes to build failures |
tlb-fixes | 2018-08-23 18:56:31 UTC |
x86/mm: Only use tlb_remove_table() for paravirt
Author:
Peter Zijlstra
x86/mm: Only use tlb_remove_table() for paravirt If we don't use paravirt; don't play unnecessary and complicated games Suggested-by: Linus Torvalds <torvalds@ |
proc-cmdline | 2018-05-17 22:35:02 UTC |
fs/proc: simplify and clarify get_mm_cmdline() function
Author:
Linus Torvalds
fs/proc: simplify and clarify get_mm_cmdline() function We have some very odd semantics for reading the command line through But our weird semantics doesn't mean that we should write weird and So re-write get_mm_cmdline() to be much simpler, and much more explicit It's quite possible that we should stop the crazy "walk into NOTE! We tried to really simplify and limit our odd cmdline parsing some Cc: Tejun Heo <tj@kernel.org> |
WIP-syscall | 2018-02-27 21:25:49 UTC |
Broken, but working, ptregs system call conversion for x86-64
Author:
Linus Torvalds
Broken, but working, ptregs system call conversion for x86-64 Not-yet- |
next | 2014-06-06 23:35:10 UTC |
Merge branch 'akpm' (patches from Andrew Morton) into next
Author:
Linus Torvalds
Merge branch 'akpm' (patches from Andrew Morton) into next Merge more updates from Andrew Morton: - Most of the rest of MM. This includes "mark remap_file_pages syscall as deprecated" but the - various minor cleanups to obscure filesystems - the drivers/rtc queue - hfsplus updates - ufs, hpfs, fatfs, affs, reiserfs - Documentation/ - signals - procfs - cpu hotplug - lib/idr.c - rapidio - sysctl - ipc updates * emailed patches from Andrew Morton <akpm@linux- |
1 → 8 of 8 results | First • Previous • Next • Last |