index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
x86/fpu: Move math_state_restore() to fpu/core.c
Ingo Molnar
2
-42
/
+42
2015-05-19
x86/fpu: Factor out fpu__flush_thread() from flush_thread()
Ingo Molnar
3
-13
/
+19
2015-05-19
x86/fpu: Remove the free_thread_xstate() complication
Ingo Molnar
2
-8
/
+2
2015-05-19
x86/fpu: Move the no_387 handling and FPU detection code into init.c
Ingo Molnar
2
-34
/
+34
2015-05-19
x86/fpu: Remove unnecessary includes from core.c
Ingo Molnar
1
-13
/
+0
2015-05-19
x86/fpu: Split out the boot time FPU init code into fpu/init.c
Ingo Molnar
3
-89
/
+94
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
14
-20
/
+3
2015-05-19
x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/
Ingo Molnar
4
-1
/
+6
2015-05-19
x86/fpu: Clean up asm/fpu/types.h
Ingo Molnar
1
-20
/
+30
2015-05-19
x86/fpu: Move FPU data structures to asm/fpu_types.h
Ingo Molnar
2
-131
/
+133
2015-05-19
x86/fpu: Improve the comment for the fpu::counter field
Ingo Molnar
1
-5
/
+5
2015-05-19
x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
Ingo Molnar
4
-16
/
+16
2015-05-19
x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size()
Ingo Molnar
1
-4
/
+4
2015-05-19
x86/fpu: Rename fpu_init() to fpu__cpu_init()
Ingo Molnar
4
-8
/
+10
2015-05-19
x86/fpu: Rename fpu_finit() to fpstate_init()
Ingo Molnar
4
-7
/
+7
2015-05-19
x86/fpu: Rename fpu_free() to fpstate_free()
Ingo Molnar
3
-3
/
+3
2015-05-19
x86/fpu: Rename fpu_alloc() to fpstate_alloc()
Ingo Molnar
4
-7
/
+11
2015-05-19
x86/fpu: Move fpu_alloc() out of line
Ingo Molnar
2
-10
/
+13
2015-05-19
x86/fpu: Remove fpu_allocated()
Ingo Molnar
1
-6
/
+1
2015-05-19
x86/fpu: Simplify fpu__unlazy_stopped()
Ingo Molnar
1
-2
/
+4
2015-05-19
x86/fpu: Optimize fpu__unlazy_stopped()
Ingo Molnar
1
-2
/
+0
2015-05-19
x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging check
Ingo Molnar
1
-14
/
+17
2015-05-19
x86/fpu: Make init_fpu() static
Ingo Molnar
2
-4
/
+1
2015-05-19
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
Ingo Molnar
7
-5
/
+39
2015-05-19
x86/fpu: Remove stale init_fpu() prototype
Ingo Molnar
1
-1
/
+0
2015-05-19
x86/fpu: Rename fpu_detect() to fpu__detect()
Ingo Molnar
3
-3
/
+7
2015-05-19
x86/fpu: Add debugging check to fpu__save()
Ingo Molnar
1
-0
/
+4
2015-05-19
x86/fpu: Add comments to fpu__save() and restrict its export
Ingo Molnar
1
-1
/
+4
2015-05-19
x86/fpu: Rename unlazy_fpu() to fpu__save()
Ingo Molnar
4
-6
/
+6
2015-05-18
Linux 4.1-rc4
v4.1-rc4
Linus Torvalds
1
-1
/
+1
2015-05-18
watchdog: Fix merge 'conflict'
Peter Zijlstra
1
-5
/
+15
2015-05-15
Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"
Brian Norris
2
-6
/
+6
2015-05-15
MIPS: tlb-r4k: Fix PG_ELPA comment
James Hogan
1
-1
/
+1
2015-05-15
MIPS: Fix up obsolete cpu_set usage
Ezequiel Garcia
1
-1
/
+1
2015-05-15
MAINTAINERS: Add dts entries for some of the Marvell SoCs
Gregory CLEMENT
1
-1
/
+9
2015-05-15
ext4: fix an ext3 collapse range regression in xfstests
Theodore Ts'o
1
-0
/
+8
2015-05-15
mm, numa: really disable NUMA balancing by default on single node machines
Mel Gorman
1
-1
/
+1
2015-05-15
MAINTAINERS: update Jingoo Han's email address
Jingoo Han
1
-5
/
+5
2015-05-15
CMA: page_isolation: check buddy before accessing it
Hui Zhu
1
-1
/
+2
2015-05-15
uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSER
Josh Triplett
1
-2
/
+2
2015-05-15
kernfs: do not account ino_ida allocations to memcg
Vladimir Davydov
1
-1
/
+8
2015-05-15
gfp: add __GFP_NOACCOUNT
Vladimir Davydov
3
-1
/
+8
2015-05-15
tools/vm: fix page-flags build
Andi Kleen
1
-1
/
+1
2015-05-15
drivers/rtc/rtc-armada38x.c: remove unused local `flags'
Andrew Morton
1
-1
/
+1
2015-05-15
jbd2: fix r_count overflows leading to buffer overflow in journal recovery
Darrick J. Wong
2
-9
/
+19
2015-05-15
ext4: check for zero length extent explicitly
Eryu Guan
1
-1
/
+1
2015-05-15
ext4: fix NULL pointer dereference when journal restart fails
Lukas Czerner
2
-9
/
+22
2015-05-15
ext4: remove unused function prototype from ext4.h
Theodore Ts'o
1
-1
/
+0
2015-05-15
ext4: don't save the error information if the block device is read-only
Theodore Ts'o
1
-0
/
+2
2015-05-15
ext4: fix lazytime optimization
Theodore Ts'o
1
-1
/
+1
[next]