index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
|
|
x86/ptrace: Down with test_thread_flag(TIF_IA32)
Dmitry Safonov
2016-09-14
|
*
|
|
|
|
|
|
|
x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*
Dmitry Safonov
2016-09-14
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-10-03
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
x86/tsc: Add additional Intel CPU models to the crystal quirk list
Prarit Bhargava
2016-09-19
|
*
|
|
|
|
|
|
|
x86/tsc: Use cpu id defines instead of hex constants
Prarit Bhargava
2016-09-19
|
*
|
|
|
|
|
|
|
x86/hpet: Reduce HPET counter read contention
Waiman Long
2016-09-09
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-10-03
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-09-19
|
*
|
|
|
|
|
|
|
x86: Clean up various simple wrapper functions
Masahiro Yamada
2016-09-13
*
|
|
|
|
|
|
|
|
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-10-03
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation
Dan Williams
2016-09-22
|
*
|
|
|
|
|
|
|
|
x86/e820: Use much less memory for e820/e820_saved, save up to 120k
Denys Vlasenko
2016-09-21
|
*
|
|
|
|
|
|
|
|
x86/e820: Prepare e280 code for switch to dynamic storage
Denys Vlasenko
2016-09-21
|
*
|
|
|
|
|
|
|
|
x86/e820: Mark some static functions __init
Denys Vlasenko
2016-09-21
|
*
|
|
|
|
|
|
|
|
Merge branch 'linus' into x86/boot, to pick up fixes
Ingo Molnar
2016-09-21
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
x86/e820: Fix very large 'size' handling boundary condition
Wei Yang
2016-09-08
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-03
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/asm: Get rid of __read_cr4_safe()
Andy Lutomirski
2016-09-30
|
*
|
|
|
|
|
|
|
|
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
2016-09-30
|
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Fix show_stack() task pointer regression
Josh Poimboeuf
2016-09-20
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Remove dump_trace() and related callbacks
Josh Poimboeuf
2016-09-20
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinder
Josh Poimboeuf
2016-09-20
|
*
|
|
|
|
|
|
|
|
|
x86/stacktrace: Convert save_stack_trace_*() to use the new unwinder
Josh Poimboeuf
2016-09-20
|
*
|
|
|
|
|
|
|
|
|
x86/unwind: Add new unwind interface and implementations
Josh Poimboeuf
2016-09-20
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Remove NULL task pointer convention
Josh Poimboeuf
2016-09-16
|
*
|
|
|
|
|
|
|
|
|
x86/process: Pin the target stack in get_wchan()
Andy Lutomirski
2016-09-16
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Pin the target stack when dumping it
Andy Lutomirski
2016-09-16
|
*
|
|
|
|
|
|
|
|
|
x86: Move thread_info into task_struct
Andy Lutomirski
2016-09-15
|
*
|
|
|
|
|
|
|
|
|
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
2016-09-15
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
2016-09-15
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Add recursion checking for all stacks
Josh Poimboeuf
2016-09-15
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Add support for unwinding empty IRQ stacks
Josh Poimboeuf
2016-09-15
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Add get_stack_info() interface
Josh Poimboeuf
2016-09-15
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Simplify in_exception_stack()
Josh Poimboeuf
2016-09-15
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()
Josh Poimboeuf
2016-09-14
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Remove unnecessary stack pointer arguments
Josh Poimboeuf
2016-09-08
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()
Josh Poimboeuf
2016-09-08
|
*
|
|
|
|
|
|
|
|
|
x86/dumpstack: Make printk_stack_address() more generally useful
Josh Poimboeuf
2016-09-08
|
*
|
|
|
|
|
|
|
|
|
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
2016-09-08
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity
Ingo Molnar
2016-09-08
|
|
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
x86: Apply more __ro_after_init and const
Kees Cook
2016-08-10
|
*
|
|
|
|
|
|
|
|
|
|
sched/x86: Fix thread_saved_pc()
Brian Gerst
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
sched/x86: Pass kernel thread parameters in 'struct fork_frame'
Brian Gerst
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
sched/x86: Rewrite the switch_to() code
Brian Gerst
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...
Brian Gerst
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
sched/x86/64, kgdb: Clear GDB_PS on 64-bit
Brian Gerst
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()
Brian Gerst
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...
Josh Poimboeuf
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
x86/dumpstack/ftrace: Mark function graph handler function as unreliable
Josh Poimboeuf
2016-08-24
|
*
|
|
|
|
|
|
|
|
|
|
ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Josh Poimboeuf
2016-08-24
[prev]
[next]