index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-26
sched/idle: Micro-optimize the idle loop
Cheng Jian
1
-1
/
+2
2017-10-24
sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...
Rakib Mullick
1
-2
/
+2
2017-10-10
sched/rt: Simplify the IPI based RT balancing logic
Steven Rostedt (Red Hat)
3
-208
/
+138
2017-10-10
sched/fair: Fix usage of find_idlest_group() when the local group is idlest
Brendan Jackman
1
-1
/
+1
2017-10-10
sched/fair: Fix usage of find_idlest_group() when no groups are allowed
Brendan Jackman
1
-0
/
+5
2017-10-10
sched/fair: Fix find_idlest_group() when local group is not allowed
Brendan Jackman
1
-2
/
+3
2017-10-10
sched/fair: Remove unnecessary comparison with -1
Brendan Jackman
1
-1
/
+1
2017-10-10
sched/fair: Move select_task_rq_fair() slow-path into its own function
Brendan Jackman
1
-35
/
+48
2017-10-10
sched/fair: Force balancing on NOHZ balance if local group has capacity
Brendan Jackman
1
-2
/
+5
2017-10-10
sched/fair: Sync task util before slow-path wakeup
Brendan Jackman
1
-1
/
+10
2017-10-10
sched/fair: Search a task from the tail of the queue
Uladzislau Rezki
1
-8
/
+16
2017-10-10
sched/topology: Introduce NUMA identity node sched domain
Suravee Suthikulpanit
1
-3
/
+15
2017-10-10
sched/topology: Restore SD_PREFER_SIBLING on MC domains
Peter Zijlstra
1
-0
/
+1
2017-10-10
sched/deadline: Rename __dl_clear() to __dl_sub()
Peter Zijlstra
2
-6
/
+6
2017-10-10
sched/deadline: Fix switching to -deadline
Luca Abeni
1
-7
/
+4
2017-10-10
sched/headers: Remove duplicate prototype of __dl_clear_params()
luca abeni
1
-1
/
+0
2017-10-10
sched/debug: Rename task-state printing helpers
Peter Zijlstra
2
-10
/
+10
2017-10-10
sched/idle: Move quiet_vmstate() into the NOHZ code
Peter Zijlstra
2
-1
/
+2
2017-10-10
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
25
-835
/
+931
2017-10-10
sched/core: Ensure load_balance() respects the active_mask
Peter Zijlstra
1
-0
/
+7
2017-10-10
sched/core: Address more wake_affine() regressions
Peter Zijlstra
2
-0
/
+43
2017-10-10
sched/core: Fix wake_affine() performance regression
Peter Zijlstra
2
-111
/
+16
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-0
/
+6
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
1
-0
/
+1
2017-10-07
bpf: fix liveness marking
Alexei Starovoitov
1
-0
/
+5
2017-10-06
Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-520
/
+372
2017-10-05
Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-7
/
+11
2017-10-06
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-7
/
+11
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-10-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-23
/
+38
2017-10-04
Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-16
/
+2
2017-10-04
watchdog/core: Put softlockup_threads_initialized under ifdef guard
Thomas Gleixner
1
-1
/
+1
2017-10-04
watchdog/core: Rename some softlockup_* functions
Thomas Gleixner
1
-9
/
+9
2017-10-04
powerpc/watchdog: Make use of watchdog_nmi_probe()
Thomas Gleixner
1
-1
/
+4
2017-10-04
watchdog/core, powerpc: Lock cpus across reconfiguration
Thomas Gleixner
2
-3
/
+10
2017-10-04
watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()
Thomas Gleixner
1
-15
/
+18
2017-10-03
kernel/params.c: improve STANDARD_PARAM_DEF readability
Jean Delvare
1
-8
/
+8
2017-10-03
kernel/params.c: fix an overflow in param_attr_show
Jean Delvare
1
-10
/
+7
2017-10-03
kernel/params.c: fix the maximum length in param_get_string
Jean Delvare
1
-1
/
+1
2017-10-03
kernel/kcmp.c: drop branch leftover typo
Cyrill Gorcunov
1
-1
/
+1
2017-10-03
memremap: add scheduling point to devm_memremap_pages
Michal Hocko
1
-1
/
+3
2017-10-03
kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()
Luis R. Rodriguez
1
-2
/
+0
2017-10-03
android: binder: drop lru lock in isolate callback
Sherry Yang
1
-0
/
+18
2017-10-03
kernel/params.c: align add_sysfs_param documentation with code
Jean Delvare
1
-1
/
+1
2017-10-03
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
1
-1
/
+1
2017-10-03
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+8
2017-10-03
rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()
Paul E. McKenney
1
-2
/
+2
2017-10-03
ftrace: Fix kmemleak in unregister_ftrace_graph
Shu Wang
1
-14
/
+0
2017-10-01
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-142
/
+364
[next]