index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-03
Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into next
Linus Torvalds
1
-0
/
+1
2014-06-03
kernfs: move the last knowledge of sysfs out from kernfs
Jianyu Zhan
1
-1
/
+3
2014-06-03
Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next
Linus Torvalds
3
-4
/
+9
2014-06-02
tracing: Print max callstack on stacktrace bug
Minchan Kim
1
-4
/
+30
2014-06-02
Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next
Linus Torvalds
1
-5
/
+2
2014-06-01
net: filter: get rid of BPF_S_* enum
Daniel Borkmann
1
-42
/
+41
2014-06-01
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-31
/
+78
2014-06-01
PM / hibernate: fixed typo in comment
Niv Yehezkel
1
-1
/
+1
2014-05-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-17
/
+67
2014-05-30
tracing: Move locking of trace_cmdline_lock into start/stop seq calls
Steven Rostedt (Red Hat)
1
-4
/
+15
2014-05-30
tracing: Try again for saved cmdline if failed due to locking
Steven Rostedt (Red Hat)
1
-6
/
+7
2014-05-29
tracing: Have saved_cmdlines use the seq_read infrastructure
Yoshihiro YUNOMAE
1
-35
/
+54
2014-05-29
tracing: Add tracepoint benchmark tracepoint
Steven Rostedt (Red Hat)
4
-0
/
+250
2014-05-29
tracing: Print nasty banner when trace_printk() is in use
Steven Rostedt
1
-1
/
+15
2014-05-28
printk/of_serial: fix serial console cessation part way through boot.
Stephen Chivers
1
-0
/
+1
2014-05-28
rtmutex: Fix deadlock detector for real
Thomas Gleixner
1
-4
/
+28
2014-05-28
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Linus Torvalds
1
-0
/
+8
2014-05-28
kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info
Valdis Kletnieks
1
-1
/
+1
2014-05-28
powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode
Srivatsa S. Bhat
1
-0
/
+8
2014-05-27
kernfs: move the last knowledge of sysfs out from kernfs
Jianyu Zhan
1
-1
/
+3
2014-05-27
genirq: Improve documentation to match current implementation
Jiang Liu
2
-4
/
+4
2014-05-26
PM / sleep: Introduce command line argument for sleep state enumeration
Rafael J. Wysocki
2
-8
/
+36
2014-05-26
PM / sleep: Use valid_state() for platform-dependent sleep states only
Rafael J. Wysocki
4
-37
/
+36
2014-05-26
PM / sleep: Add state field to pm_states[] entries
Rafael J. Wysocki
4
-27
/
+30
2014-05-25
ARM: 8043/1: uprobes need icache flush after xol write
Victor Kamensky
1
-8
/
+17
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-211
/
+236
2014-05-24
Merge branch 'fortglx/3.16/time' of git://git.linaro.org/people/john.stultz/linux into timers/core
Thomas Gleixner
2
-20
/
+10
2014-05-23
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-33
/
+42
2014-05-23
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-82
/
+92
2014-05-23
resources: Clarify sanity check message
Bjorn Helgaas
1
-5
/
+2
2014-05-23
Merge 3.15-rc6 into driver-core-next
Greg Kroah-Hartman
17
-126
/
+147
2014-05-22
workqueue: remove the confusing POOL_FREEZING
Lai Jiangshan
1
-25
/
+7
2014-05-22
workqueue: rename first_worker() to first_idle_worker()
Lai Jiangshan
1
-5
/
+5
2014-05-22
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
10
-266
/
+506
2014-05-22
sched/numa: Decay ->wakee_flips instead of zeroing
Rik van Riel
1
-1
/
+1
2014-05-22
sched/numa: Update migrate_improves/degrades_locality()
Rik van Riel
1
-13
/
+29
2014-05-22
sched/numa: Allow task switch if load imbalance improves
Rik van Riel
1
-10
/
+36
2014-05-22
sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match the current upstream code
xiaofeng.yan
1
-1
/
+1
2014-05-22
sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice()
Dongsheng Yang
2
-4
/
+4
2014-05-22
sched: Initialize rq->age_stamp on processor start
Corey Minyard
1
-0
/
+11
2014-05-22
sched, nohz: Change rq->nr_running to always use wrappers
Kirill Tkhai
5
-15
/
+17
2014-05-22
sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()
Jason Low
1
-23
/
+46
2014-05-22
sched: Use clamp() and clamp_val() to make sys_nice() more readable
Dongsheng Yang
1
-9
/
+2
2014-05-22
sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()
Dietmar Eggemann
1
-2
/
+0
2014-05-22
sched/numa: Fix initialization of sched_domain_topology for NUMA
Vincent Guittot
1
-1
/
+1
2014-05-22
sched: Call select_idle_sibling() when not affine_sd
Rik van Riel
1
-3
/
+3
2014-05-22
sched: Simplify return logic in sched_read_attr()
Michael Kerrisk
1
-7
/
+2
2014-05-22
sched: Simplify return logic in sched_copy_attr()
Michael Kerrisk
1
-4
/
+2
2014-05-22
sched: Fix exec_start/task_hot on migrated tasks
Ben Segall
1
-0
/
+3
2014-05-22
Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming changes
Ingo Molnar
6
-31
/
+78
[prev]
[next]