lp:~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
- Get this repository:
-
git clone
https://git.not.enabled/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2023-10-13 05:43:35 UTC |
Merge tag 'drm-fixes-2023-10-13' of git://anongit.freedesktop.org/drm/drm
Author:
Linus Torvalds
Merge tag 'drm-fixes- Pull drm fixes from Dave Airlie: atomic-helper: dma-buf: gem: panel: simpledrm: vwmgfx: msm: amdgpu: * tag 'drm-fixes- |
x86-uaccess-cleanup | 2023-05-03 17:37:22 UTC |
x86-64: mm: clarify the 'positive addresses' user address rules
Author:
Linus Torvalds
x86-64: mm: clarify the 'positive addresses' user address rules Dave Hansen found the "(long) addr >= 0" code in the x86-64 access_ok So this does exactly that: clarifying what the sign bit check is all This also adds some explicit comments talking about how even with LAM This is all what allows us to do the user address checks with just the (And yes, this talks about 'positive' even though zero is also a valid Suggested-by: Dave Hansen <dave.hansen@ |
x86-rep-insns | 2023-04-16 03:03:37 UTC |
x86: inline the 'rep movs' in user copies for the FSRM case
Author:
Linus Torvalds
x86: inline the 'rep movs' in user copies for the FSRM case This does the same thing for the user copies as commit 0db7058e8e23 In order to do that, it makes the calling convention for the out-of-line Also, to simplify code sharing in the low-level assembly with the We could avoid this by wrapping __copy_ Signed-off-by: Linus Torvalds <torvalds@ |
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 → 10 of 10 results | First • Previous • Next • Last |