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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...
Frederic Weisbecker
3
-4
/
+12
2017-10-27
sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()
Frederic Weisbecker
3
-5
/
+5
2017-10-27
sched/isolation: Use its own static key
Frederic Weisbecker
2
-5
/
+11
2017-10-27
sched/isolation: Make the housekeeping cpumask private
Frederic Weisbecker
2
-22
/
+45
2017-10-27
sched/isolation: Provide a dynamic off-case to housekeeping_any_cpu()
Frederic Weisbecker
1
-11
/
+6
2017-10-27
sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc version
Frederic Weisbecker
1
-8
/
+3
2017-10-27
sched/isolation: Move housekeeping related code to its own file
Frederic Weisbecker
12
-56
/
+98
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
2
-2
/
+18
2017-10-10
x86/tsc: Append the 'tsc=' description for the 'tsc=unstable' boot parameter
Dou Liyang
1
-0
/
+3
2017-10-10
sched/rt: Simplify the IPI based RT balancing logic
Steven Rostedt (Red Hat)
3
-208
/
+138
2017-10-10
block/ioprio: Use a helper to check for RT prio
Sebastian Andrzej Siewior
1
-1
/
+2
2017-10-10
sched/rt: Add a helper to test for a RT task
Sebastian Andrzej Siewior
1
-0
/
+11
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: Use C bitfields for the state flags
luca abeni
1
-4
/
+4
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
5
-15
/
+15
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
583
-3615
/
+5876
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
3
-119
/
+16
2017-10-09
Merge branch 'ppc-bundle' (bundle from Michael Ellerman)
Linus Torvalds
2
-2
/
+35
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
54
-164
/
+211
2017-10-09
cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwan
Aleksander Morgado
1
-0
/
+13
2017-10-09
Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
6
-8
/
+8
2017-10-09
net: thunderx: mark expected switch fall-throughs in nicvf_main()
Gustavo A. R. Silva
1
-0
/
+2
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
26
-64
/
+107
2017-10-09
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
6
-54
/
+13
2017-10-09
udp: fix bcast packet reception
Paolo Abeni
1
-9
/
+5
2017-10-09
netlink: do not set cb_running if dump's start() errs
Jason A. Donenfeld
1
-6
/
+7
2017-10-09
Merge tag 'mac80211-for-davem-2017-10-09' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-2
/
+12
2017-10-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-4
/
+8
2017-10-09
ipv4: Fix traffic triggered IPsec connections.
Steffen Klassert
1
-1
/
+1
2017-10-09
ipv6: Fix traffic triggered IPsec connections.
Steffen Klassert
1
-1
/
+1
2017-10-09
ixgbe: incorrect XDP ring accounting in ethtool tx_frame param
John Fastabend
1
-8
/
+8
2017-10-09
net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
Ding Tianhong
2
-41
/
+0
2017-10-09
Revert commit 1a8b6d76dc5b ("net:add one common config...")
Ding Tianhong
3
-5
/
+1
2017-10-09
ixgbe: fix masking of bits read from IXGBE_VXLANCTRL register
Sabrina Dubroca
1
-1
/
+1
[next]