index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
842.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-04
sparc64: Handle 32-bit tasks properly in compute_effective_address().
David S. Miller
1
-3
/
+9
2014-05-04
sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.
David S. Miller
1
-4
/
+4
2014-05-04
sparc64: Fix hex values in comment above pte_modify().
David S. Miller
1
-2
/
+2
2014-05-04
sparc64: Fix bugs in get_user_pages_fast() wrt. THP.
David S. Miller
2
-2
/
+2
2014-05-04
sparc64: Fix huge PMD invalidation.
David S. Miller
3
-15
/
+17
2014-05-04
sparc64: Fix executable bit testing in set_pmd_at() paths.
David S. Miller
1
-6
/
+9
2014-05-04
sparc64: Normalize NMI watchdog logging and behavior.
David S. Miller
1
-16
/
+5
2014-05-02
sparc64: Make itc_sync_lock raw
Kirill Tkhai
1
-3
/
+3
2014-05-02
sparc64: Fix argument sign extension for compat_sys_futex().
David S. Miller
1
-1
/
+1
2014-05-01
parisc: Use generic uapi/asm/resource.h file
Helge Deller
2
-7
/
+2
2014-05-01
parisc: remove _STK_LIM_MAX override
John David Anglin
1
-1
/
+0
2014-05-01
Hexagon: Delete stale barrier.h
Vineet Gupta
1
-37
/
+0
2014-05-01
word-at-a-time: simplify big-endian zero_bytemask macro
H. Peter Anvin
1
-1
/
+1
2014-05-01
aio: fix potential leak in aio_run_iocb().
Leon Yu
1
-4
/
+2
2014-05-01
Revert "hwmon: (coretemp) Refine TjMax detection"
Guenter Roeck
1
-2
/
+2
2014-04-30
ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe
Vineet Gupta
1
-3
/
+5
2014-04-30
perf tests x86: Fix stack map lookup in dwarf unwind test
Jiri Olsa
1
-1
/
+1
2014-04-30
perf x86: Fix perf to use non-executable stack, again
Mathias Krause
2
-1
/
+11
2014-04-30
perf tools: Remove extra '/' character in events file path
Xia Kaixu
1
-2
/
+2
2014-04-30
perf machine: Search for modules in %s/lib/modules/%s
Richard Yao
1
-4
/
+12
2014-04-30
perf tests: Add static build make test
Jiri Olsa
1
-0
/
+2
2014-04-30
perf tools: Fix bfd dependency libraries detection
Jiri Olsa
1
-11
/
+23
2014-04-30
perf tools: Use LDFLAGS instead of ALL_LDFLAGS
Jiri Olsa
1
-1
/
+1
2014-04-30
drm/exynos: use %pad for dma_addr_t
Jingoo Han
2
-2
/
+2
2014-04-30
drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() results
Jingoo Han
1
-2
/
+2
2014-04-30
MAINTAINERS: update maintainer entry for Exynos DP driver
Jingoo Han
1
-0
/
+6
2014-04-30
drm/exynos: balance framebuffer refcount
Andrzej Hajda
1
-0
/
+1
2014-04-29
ALSA: hda - Suppress CORBRP clear on Nvidia controller chips
Takashi Iwai
3
-17
/
+21
2014-04-29
RDMA/cxgb4: Update Kconfig to include Chelsio T5 adapter
Hariprasad S
1
-3
/
+3
2014-04-29
RDMA/cxgb4: Only allow kernel db ringing for T4 devs
Steve Wise
1
-0
/
+4
2014-04-29
RDMA/cxgb4: Force T5 connections to use TAHOE congestion control
Steve Wise
2
-0
/
+22
2014-04-29
RDMA/cxgb4: Fix endpoint mutex deadlocks
Steve Wise
3
-15
/
+26
2014-04-28
mm: don't pointlessly use BUG_ON() for sanity check
Linus Torvalds
1
-3
/
+5
2014-04-28
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
3
-23
/
+9
2014-04-28
ALSA: hda - add headset mic detect quirk for a Dell laptop
Hui Wang
1
-0
/
+1
2014-04-28
powerpc/4xx: Fix section mismatch in ppc4xx_pci.c
Alistair Popple
1
-1
/
+1
2014-04-28
ppc/kvm: Clear the runlatch bit of a vcpu before napping
Preeti U Murthy
1
-1
/
+11
2014-04-28
ppc/kvm: Set the runlatch bit of a CPU just before starting guest
Preeti U Murthy
1
-0
/
+6
2014-04-28
ppc/powernv: Set the runlatch bits correctly for offline cpus
Preeti U Murthy
1
-0
/
+3
2014-04-28
powerpc/pseries: Protect remove_memory() with device hotplug lock
Li Zhong
1
-4
/
+6
2014-04-28
powerpc: Fix error return in rtas_flash module init
Anton Blanchard
1
-1
/
+1
2014-04-28
powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048
Anton Blanchard
1
-1
/
+1
2014-04-28
powerpc: Bump COMMAND_LINE_SIZE to 2048
Anton Blanchard
1
-1
/
+6
2014-04-28
powerpc: Rename duplicate COMMAND_LINE_SIZE define
Anton Blanchard
3
-7
/
+7
2014-04-28
powerpc/perf/hv-24x7: Catalog version number is be64, not be32
Cody P Schafer
1
-6
/
+7
2014-04-28
powerpc/perf/hv-24x7: Remove [static 4096], sparse chokes on it
Cody P Schafer
1
-1
/
+1
2014-04-28
powerpc/perf/hv-24x7: Use (unsigned long) not (u32) values when calling plpar...
Cody P Schafer
1
-4
/
+16
2014-04-28
powerpc/perf/hv-gpci: Make device attr static
Cody P Schafer
1
-1
/
+1
2014-04-28
powerpc/perf/hv_gpci: Probe failures use pr_debug(), and padding reduced
Cody P Schafer
1
-2
/
+2
2014-04-28
powerpc/perf/hv_24x7: Probe errors changed to pr_debug(), padding fixed
Cody P Schafer
1
-2
/
+2
[next]