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
path:
root
/
arch
/
um
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
um: Fix build w/o CONFIG_PM_SLEEP
Johannes Berg
1
-1
/
+1
2020-12-13
um: time-travel: Correct time event IRQ delivery
Johannes Berg
1
-0
/
+38
2020-12-13
um: irq/sigio: Support suspend/resume handling of workaround IRQs
Johannes Berg
1
-1
/
+16
2020-12-13
um: time-travel: Actually apply "free-until" optimisation
Johannes Berg
1
-1
/
+12
2020-12-13
um: allocate a guard page to helper threads
Johannes Berg
1
-4
/
+7
2020-12-13
um: support some of ARCH_HAS_SET_MEMORY
Johannes Berg
1
-0
/
+54
2020-12-13
um: time-travel: avoid multiple identical propagations
Johannes Berg
1
-0
/
+6
2020-12-13
um: Support suspend to RAM
Johannes Berg
3
-2
/
+130
2020-12-13
um: Allow PM with suspend-to-idle
Johannes Berg
1
-0
/
+25
2020-12-13
um: time: Fix read_persistent_clock64() in time-travel
Johannes Berg
1
-3
/
+20
2020-12-13
um: Simplify os_idle_sleep() and sleep longer
Johannes Berg
2
-9
/
+14
2020-12-13
um: Simplify IRQ handling code
Johannes Berg
1
-242
/
+128
2020-12-13
um: Remove IRQ_NONE type
Johannes Berg
1
-8
/
+7
2020-12-13
um: irq: Reduce irq_reg allocation
Johannes Berg
1
-6
/
+6
2020-12-13
um: irq: Clean up and rename struct irq_fd
Johannes Berg
1
-12
/
+22
2020-12-13
um: Clean up alarm IRQ chip name
Johannes Berg
1
-5
/
+4
2020-12-13
um: Support dynamic IRQ allocation
Johannes Berg
2
-6
/
+33
2020-12-13
um: Fix time-travel mode
Johannes Berg
1
-5
/
+0
2020-12-13
um: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
1
-1
/
+2
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-1
/
+1
2020-10-26
arch/um: partially revert the conversion to __section() macro
Linus Torvalds
1
-1
/
+1
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2
-2
/
+2
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-18
Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+14
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
1
-1
/
+1
2020-10-12
Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-10-11
um: Clean up stacktrace dump
Johannes Berg
1
-3
/
+1
2020-10-11
um: change sigio_spinlock to a mutex
Johannes Berg
1
-3
/
+3
2020-10-11
um: time-travel: Return the sequence number in ACK messages
Johannes Berg
1
-0
/
+1
2020-10-11
um: time-travel: Fix IRQ handling in time_travel_handle_message()
Johannes Berg
1
-5
/
+9
2020-09-01
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
Kees Cook
2
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-12
mm: clean up the last pieces of page fault accountings
Peter Xu
1
-4
/
+0
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-5
/
+0
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
1
-12
/
+0
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-1
/
+1
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
1
-6
/
+4
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2
-2
/
+2
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2
-4
/
+4
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2
-16
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
6
-6
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-6
/
+1
2020-06-09
um: add show_stack_loglvl()
Dmitry Safonov
1
-8
/
+16
2020-06-09
um/sysrq: remove needless variable sp
Dmitry Safonov
1
-3
/
+1
2020-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
1
-0
/
+16
2020-06-03
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
1
-8
/
+4
2020-05-08
x86/module: Use text_poke() for late relocations
Peter Zijlstra
1
-0
/
+16
[next]