index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
stacktrace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-17
x86/irq/32: Make irq stack a character array
Thomas Gleixner
1
-1
/
+1
2019-04-17
x86/irq/32: Define IRQ_STACK_SIZE
Thomas Gleixner
2
-2
/
+4
2019-04-17
x86/dumpstack/64: Speedup in_exception_stack()
Thomas Gleixner
1
-31
/
+51
2019-04-17
x86/exceptions: Split debug IST stack
Thomas Gleixner
10
-31
/
+52
2019-04-17
x86/exceptions: Enable IST guard pages
Thomas Gleixner
1
-6
/
+2
2019-04-17
x86/exceptions: Disconnect IST index and stack order
Thomas Gleixner
6
-15
/
+27
2019-04-17
x86/cpu: Remove orig_ist array
Thomas Gleixner
2
-15
/
+0
2019-04-17
x86/cpu: Prepare TSS.IST setup for guard pages
Thomas Gleixner
1
-28
/
+7
2019-04-17
x86/dumpstack/64: Use cpu_entry_area instead of orig_ist
Thomas Gleixner
1
-12
/
+27
2019-04-17
x86/irq/64: Use cpu entry area instead of orig_ist
Thomas Gleixner
1
-6
/
+7
2019-04-17
x86/traps: Use cpu_entry_area instead of orig_ist
Thomas Gleixner
1
-1
/
+2
2019-04-17
x86/cpu_entry_area: Provide exception stack accessor
Thomas Gleixner
2
-0
/
+8
2019-04-17
x86/cpu_entry_area: Prepare for IST guard pages
Thomas Gleixner
1
-7
/
+30
2019-04-17
x86/exceptions: Add structs for exception stacks
Thomas Gleixner
3
-11
/
+51
2019-04-17
x86/cpu_entry_area: Cleanup setup functions
Thomas Gleixner
1
-10
/
+9
2019-04-17
x86/exceptions: Make IST index zero based
Thomas Gleixner
8
-28
/
+34
2019-04-17
x86/exceptions: Remove unused stack defines on 32bit
Thomas Gleixner
1
-5
/
+1
2019-04-17
x86/64: Remove stale CURRENT_MASK
Thomas Gleixner
1
-1
/
+0
2019-04-17
x86/idt: Remove unused macro SISTG
Thomas Gleixner
1
-4
/
+0
2019-04-17
x86/irq/64: Sanitize the top/bottom confusion
Thomas Gleixner
1
-11
/
+11
2019-04-17
x86/irq/64: Remove a hardcoded irq_stack_union access
Andy Lutomirski
1
-2
/
+1
2019-04-17
x86/dumpstack: Fix off-by-one errors in stack identification
Andy Lutomirski
2
-4
/
+4
2019-04-17
x86/irq/64: Limit IST stack overflow check to #DB stack
Thomas Gleixner
1
-5
/
+14
2019-04-17
mm/slab: Remove store_stackinfo()
Qian Cai
1
-42
/
+6
2019-04-15
Linux 5.1-rc5
v5.1-rc5
Linus Torvalds
1
-1
/
+1
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
5
-15
/
+29
2019-04-14
mm: prevent get_user_pages() from overflowing page refcount
Linus Torvalds
2
-12
/
+49
2019-04-14
mm: add 'try_get_page()' helper function
Linus Torvalds
1
-0
/
+9
2019-04-14
mm: make page ref count overflow check tighter and more explicit
Linus Torvalds
1
-1
/
+5
2019-04-12
clk: imx: Fix PLL_1416X not rounding rates
Leonard Crestez
1
-1
/
+1
2019-04-12
clk: mediatek: fix clk-gate flag setting
Weiyi Lu
1
-2
/
+1
2019-04-12
arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value
Will Deacon
1
-8
/
+8
2019-04-12
iommu/amd: Set exclusion range correctly
Joerg Roedel
1
-1
/
+1
2019-04-12
clang-format: Update with the latest for_each macro list
Miguel Ojeda
1
-0
/
+24
2019-04-12
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2
-11
/
+45
2019-04-12
block: fix the return errno for direct IO
Jason Yan
1
-4
/
+4
2019-04-11
Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
Trond Myklebust
2
-45
/
+8
2019-04-11
NFSv4.1 fix incorrect return value in copy_file_range
Olga Kornievskaia
2
-4
/
+3
2019-04-11
xprtrdma: Fix helper that drains the transport
Chuck Lever
1
-1
/
+1
2019-04-11
NFS: Fix handling of reply page vector
Chuck Lever
1
-2
/
+2
2019-04-11
NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.
Tetsuo Handa
1
-1
/
+2
2019-04-11
dma-debug: only skip one stackframe entry
Scott Wood
1
-1
/
+1
2019-04-11
platform/x86: pmc_atom: Drop __initconst on dmi table
Stephen Boyd
1
-1
/
+1
2019-04-11
nvmet: fix discover log page when offsets are used
Keith Busch
4
-25
/
+58
2019-04-11
nvme-fc: correct csn initialization and increments on error
James Smart
1
-5
/
+15
2019-04-11
mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning
Faiz Abbas
1
-0
/
+38
2019-04-11
gpu: host1x: Fix compile error when IOMMU API is not available
Stefan Agner
1
-1
/
+1
2019-04-11
drm/i915/gvt: Roundup fb->height into tile's height at calucation fb->size
Xiong Zhang
1
-3
/
+6
2019-04-11
clk: x86: Add system specific quirk to mark clocks as critical
David Müller
3
-3
/
+35
2019-04-11
block: do not leak memory in bio_copy_user_iov()
Jérôme Glisse
1
-1
/
+4
[next]