index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
firmware_class
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
xen-pciback: allow compiling on other archs than x86
Oleksandr Andrushchenko
11
-100
/
+156
2021-11-02
x86/xen: switch initial pvops IRQ functions to dummy ones
Juergen Gross
4
-76
/
+20
2021-11-02
x86/xen: remove xen_have_vcpu_info_placement flag
Juergen Gross
5
-126
/
+33
2021-11-02
x86/pvh: add prototype for xen_pvh_init()
Juergen Gross
1
-0
/
+4
2021-11-02
xen: Fix implicit type conversion
Jiasheng Jiang
1
-3
/
+3
2021-11-02
xen: fix wrong SPDX headers of Xen related headers
Juergen Gross
35
-410
/
+36
2021-11-02
xen/pvcalls-back: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-1
/
+0
2021-11-02
x86/xen: Remove redundant irq_enter/exit() invocations
Thomas Gleixner
2
-6
/
+0
2021-11-02
xen-pciback: Fix return in pm_ctrl_init()
YueHaibing
1
-1
/
+1
2021-11-02
xen/x86: restrict PV Dom0 identity mapping
Jan Beulich
1
-3
/
+3
2021-11-02
xen/x86: there's no highmem anymore in PV mode
Jan Beulich
1
-4
/
+0
2021-11-02
xen/x86: adjust handling of the L3 user vsyscall special page table
Jan Beulich
1
-1
/
+11
2021-11-02
xen/x86: adjust xen_set_fixmap()
Jan Beulich
1
-4
/
+5
2021-11-02
xen/x86: restore (fix) xen_set_pte_init() behavior
Jan Beulich
1
-7
/
+17
2021-11-02
xen/x86: streamline set_pte_mfn()
Jan Beulich
1
-2
/
+4
2021-11-01
mm: fix mismerge of folio page flag manipulators
Linus Torvalds
1
-2
/
+2
2021-11-01
btrfs: fix lzo_decompress_bio() kmap leakage
Linus Torvalds
1
-1
/
+2
2021-11-01
firewire: Remove function callback casts
Oscar Carter
2
-10
/
+33
2021-11-01
parisc: Fix set_fixmap() on PA1.x CPUs
Helge Deller
1
-4
/
+1
2021-11-01
parisc: Use swap() to swap values in setup_bootmem()
Yihao Han
1
-5
/
+1
2021-11-01
parisc: Update defconfigs
Helge Deller
2
-16
/
+14
2021-11-01
parisc: decompressor: clean up Makefile
Masahiro Yamada
1
-4
/
+3
2021-11-01
parisc: decompressor: remove repeated depenency of misc.o
Masahiro Yamada
1
-2
/
+0
2021-11-01
parisc: Remove unused constants from asm-offsets.c
Helge Deller
1
-5
/
+0
2021-11-01
parisc/ftrace: use static key to enable/disable function graph tracer
Sven Schnelle
1
-3
/
+6
2021-11-01
parisc/ftrace: set function trace function
Sven Schnelle
1
-7
/
+5
2021-11-01
parisc: Make use of the helper macro kthread_run()
Cai Huoqing
1
-3
/
+1
2021-11-01
parisc: mark xchg functions notrace
Sven Schnelle
1
-6
/
+6
2021-11-01
parisc: enhance warning regarding usage of O_NONBLOCK
Helge Deller
2
-4
/
+7
2021-11-01
parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers
Helge Deller
8
-31
/
+0
2021-11-01
parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.h
Helge Deller
1
-3
/
+3
2021-11-01
parisc: Use PRIV_USER in syscall.S
Helge Deller
1
-2
/
+2
2021-11-01
parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
Sven Schnelle
1
-2
/
+17
2021-11-01
parisc: Move thread_info into task struct
Helge Deller
15
-101
/
+106
2021-11-01
parisc: add support for TOC (transfer of control)
Sven Schnelle
6
-2
/
+222
2021-11-01
parisc/firmware: add functions to retrieve TOC data
Sven Schnelle
2
-0
/
+34
2021-11-01
parisc: add PIM TOC data structures
Sven Schnelle
1
-0
/
+22
2021-11-01
parisc: move virt_map macro to assembly.h
Sven Schnelle
2
-24
/
+25
2021-11-01
parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
Sven Schnelle
1
-7
/
+14
2021-11-01
parisc: Fix ptrace check on syscall return
Helge Deller
1
-1
/
+1
2021-10-31
exfat: fix incorrect loading of i_blocks for large files
Sungjong Seo
1
-1
/
+1
2021-10-31
Linux 5.15
v5.15
Linus Torvalds
1
-2
/
+2
2021-10-31
perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support
Kan Liang
1
-1
/
+1
2021-10-31
perf callchain: Fix compilation on powerpc with gcc11+
Jiri Olsa
1
-1
/
+1
2021-10-31
perf script: Check session->header.env.arch before using it
Song Liu
1
-4
/
+8
2021-10-31
perf build: Suppress 'rm dlfilter' build message
Adrian Hunter
1
-0
/
+2
2021-10-31
erofs: don't trigger WARN() when decompression fails
Gao Xiang
1
-1
/
+0
2021-10-31
sched/fair: Cleanup newidle_balance
Vincent Guittot
1
-5
/
+3
2021-10-31
sched/fair: Remove sysctl_sched_migration_cost condition
Vincent Guittot
1
-2
/
+1
2021-10-31
sched/fair: Wait before decaying max_newidle_lb_cost
Vincent Guittot
3
-11
/
+29
[next]