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
/
xtensa
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-14
all arch: remove system call sys_sysctl
Xiaoming Ni
1
-1
/
+1
2020-08-12
mm/xtensa: use general page fault accounting
Peter Xu
1
-11
/
+4
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-1
/
+1
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2020-08-10
kbuild: do not export LDFLAGS_vmlinux
Masahiro Yamada
1
-1
/
+1
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-27
/
+16
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-5
/
+0
2020-08-07
xtensa: switch to generic version of pte allocation
Mike Rapoport
1
-22
/
+19
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
3
-3
/
+0
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-10
/
+6
2020-08-06
Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
12
-14
/
+71
2020-08-04
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2020-08-04
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
2
-2
/
+1
2020-08-03
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+0
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+4
2020-07-31
xtensa: add missing exclusive access state management
Max Filippov
3
-0
/
+18
2020-07-31
xtensa: fix xtensa_pmu_setup prototype
Max Filippov
1
-1
/
+1
2020-07-31
Merge branch 'linus' into locking/core, to resolve conflict
Ingo Molnar
1
-1
/
+1
2020-07-29
Merge branch 'locking/header'
Peter Zijlstra
1
-2
/
+0
2020-07-29
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
1
-2
/
+0
2020-07-28
xtensa: add boot subdirectories build artifacts to 'targets'
Masahiro Yamada
2
-0
/
+2
2020-07-28
xtensa: add uImage and xipImage to targets
Max Filippov
1
-0
/
+1
2020-07-28
xtensa: move vmlinux.bin[.gz] to boot subdirectory
Max Filippov
3
-9
/
+10
2020-07-28
xtensa: initialize_mmu.h: fix a duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-28
xtensa: add seccomp support
Max Filippov
4
-2
/
+23
2020-07-28
xtensa: expose syscall through user_pt_regs
Max Filippov
2
-1
/
+6
2020-07-28
xtensa: add audit support
Max Filippov
3
-1
/
+10
2020-07-27
xtensa: switch to ->regset_get()
Al Viro
1
-10
/
+6
2020-07-24
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...
Linus Torvalds
1
-1
/
+1
2020-07-21
xtensa: fix access check in csum_and_copy_from_user
Max Filippov
1
-1
/
+1
2020-07-08
xtensa/simdisk: remove the call to check_disk_change
Christoph Hellwig
1
-2
/
+0
2020-07-08
xtensa: simplify xtensa_pmu_irq_handler
Xu Wang
1
-3
/
+1
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-1
/
+1
2020-07-04
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
1
-1
/
+0
2020-07-02
xtensa: update *pos in cpuinfo_op.next
Max Filippov
1
-1
/
+2
2020-07-02
xtensa: fix __sync_fetch_and_{and,or}_4 declarations
Max Filippov
1
-2
/
+2
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-2
/
+3
2020-07-01
simdisk: stop using ->queuedata
Christoph Hellwig
1
-3
/
+1
2020-06-17
arch: wire-up close_range()
Christian Brauner
1
-0
/
+1
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-5
/
+5
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-17
/
+1
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
4
-21
/
+4
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
9
-9
/
+9
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
11
-12
/
+10
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
3
-3
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-8
/
+2
2020-06-09
xtensa: add show_stack_loglvl()
Dmitry Safonov
1
-4
/
+10
[next]