index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-14
vtime: Always debug check snapshot source _before_ updating it
Frederic Weisbecker
1
-2
/
+2
2013-08-14
vtime: Always scale generic vtime accounting results
Frederic Weisbecker
1
-6
/
+0
2013-08-14
vtime: Optimize full dynticks accounting off case with static keys
Frederic Weisbecker
3
-31
/
+67
2013-08-14
vtime: Describe overriden functions in dedicated arch headers
Frederic Weisbecker
7
-3
/
+14
2013-08-14
m68k: hardirq_count() only need preempt_mask.h
Frederic Weisbecker
1
-1
/
+1
2013-08-14
hardirq: Split preempt count mask definitions
Frederic Weisbecker
2
-116
/
+123
2013-08-14
context_tracking: Split low level state headers
Frederic Weisbecker
2
-30
/
+40
2013-08-14
vtime: Fix racy cputime delta update
Frederic Weisbecker
1
-1
/
+2
2013-08-14
vtime: Remove a few unneeded generic vtime state checks
Frederic Weisbecker
1
-12
/
+1
2013-08-14
context_tracking: User/kernel broundary cross trace events
Frederic Weisbecker
2
-0
/
+63
2013-08-14
context_tracking: Optimize context switch off case with static keys
Frederic Weisbecker
2
-5
/
+12
2013-08-14
context_tracking: Optimize guest APIs off case with static key
Frederic Weisbecker
3
-23
/
+21
2013-08-14
context_tracking: Optimize main APIs off case with static key
Frederic Weisbecker
2
-11
/
+28
2013-08-14
context_tracking: Ground setup for static key use
Frederic Weisbecker
3
-6
/
+29
2013-08-13
context_tracking: Remove full dynticks' hacky dependency on wide context trac...
Frederic Weisbecker
2
-7
/
+22
2013-08-13
nohz: Only enable context tracking on full dynticks CPUs
Frederic Weisbecker
3
-0
/
+13
2013-08-13
context_tracking: Fix runtime CPU off-case
Frederic Weisbecker
1
-19
/
+33
2013-08-13
vtime: Update a few comments
Frederic Weisbecker
2
-6
/
+11
2013-08-13
context_tracing: Fix guest accounting with native vtime
Frederic Weisbecker
2
-32
/
+26
2013-08-13
sched: Consolidate open coded preemptible() checks
Frederic Weisbecker
2
-5
/
+2
2013-07-24
nohz: fix compile warning in tick_nohz_init()
Li Zhong
1
-2
/
+0
2013-07-24
nohz: Do not warn about unstable tsc unless user uses nohz_full
Steven Rostedt
1
-1
/
+2
2013-07-23
sched_clock: Fix integer overflow
Baruch Siach
1
-1
/
+1
2013-07-22
Thermal: Fix lockup of cpu_down()
Steven Rostedt
1
-1
/
+0
2013-07-21
Linux 3.11-rc2
v3.11-rc2
Linus Torvalds
1
-1
/
+1
2013-07-21
ext3: fix a BUG when opening a file with O_TMPFILE flag
Zheng Liu
1
-1
/
+1
2013-07-21
ext4: fix a BUG when opening a file with O_TMPFILE flag
Zheng Liu
1
-1
/
+1
2013-07-20
drivers: gpio: msm: Fix the error condition for reading ngpio
Rohit Vaswani
1
-1
/
+1
2013-07-20
gpio/omap: fix build error when OF_GPIO is not defined.
Javier Martinez Canillas
1
-2
/
+14
2013-07-20
gpio/omap: auto request GPIO as input if used as IRQ via DT
Javier Martinez Canillas
1
-0
/
+18
2013-07-20
gpio/omap: don't create an IRQ mapping for every GPIO on DT
Javier Martinez Canillas
1
-14
/
+40
2013-07-20
vfs: constify dentry parameter in d_count()
Peng Tao
1
-1
/
+1
2013-07-20
livelock avoidance in sget()
Al Viro
1
-15
/
+10
2013-07-20
allow O_TMPFILE to work with O_WRONLY
Al Viro
2
-2
/
+4
2013-07-19
Btrfs: fix wrong write offset when replacing a device
Stefan Behrens
1
-1
/
+1
2013-07-19
Btrfs: re-add root to dead root list if we stop dropping it
Josef Bacik
1
-0
/
+11
2013-07-19
Btrfs: fix lock leak when resuming snapshot deletion
Josef Bacik
1
-0
/
+2
2013-07-19
Btrfs: update drop progress before stopping snapshot dropping
Josef Bacik
1
-6
/
+8
2013-07-19
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
1
-2
/
+0
2013-07-19
arm64: use common reboot infrastructure
Marc Zyngier
2
-2
/
+3
2013-07-19
tracing: Kill trace_array->waiter
Oleg Nesterov
1
-1
/
+0
2013-07-19
arm64: mm: don't treat user cache maintenance faults as writes
Will Deacon
1
-26
/
+20
2013-07-19
arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()
Chen Gang
1
-7
/
+0
2013-07-19
arm64: Only enable local interrupts after the CPU is marked online
Catalin Marinas
1
-7
/
+8
2013-07-19
MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION
Markos Chandras
1
-1
/
+0
2013-07-19
um: remove dead code
Richard Weinberger
1
-1
/
+0
2013-07-19
um: siginfo cleanup
Richard Weinberger
4
-15
/
+15
2013-07-19
MIPS: Octeon: Fix DT pruning bug with pip ports
Faidon Liambotis
1
-2
/
+3
2013-07-19
uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c...
Tristan Schmelcher
1
-41
/
+189
2013-07-19
um: Fix wait_stub_done() error handling
Richard Weinberger
1
-2
/
+7
[next]