aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fbcon: queue work on power efficient wqViresh Kumar2016-08-261-1/+1
* block: queue work on power efficient wqViresh Kumar2016-08-263-6/+12
* PHYLIB: queue work on system_power_efficient_wqViresh Kumar2016-08-261-4/+5
* workqueue: Add system wide power_efficient workqueuesViresh Kumar2016-08-262-1/+20
* workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2016-08-264-0/+75
* power: make sync on suspend optionalStefan Guendhoer2016-08-262-0/+7
* mm: don't use compound_head() in virt_to_head_page()Joonsoo Kim2016-08-261-1/+26
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Stefan Guendhoer2016-08-261-0/+10
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2016-08-261-1/+16
* aio: Skip timer for io_getevents if timeout=0Fam Zheng2016-08-261-2/+6
* workqueue: allow rescuer thread to do more work.NeilBrown2016-08-261-1/+19
* mm/slub: optimize alloc/free fastpath by removing preemption on/offJoonsoo Kim2016-08-261-12/+23
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2016-08-268-12/+12
* locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2016-08-261-4/+3
* sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire2016-08-261-0/+9
* Optimise apply_slack() for size and speed.Chinmay V S2016-08-261-6/+3
* cpufreq: Introduce new relation for freq selectionStratos Karafotis2016-08-262-1/+12
* audit: kiss goodbye you stupid piece of crap logging messages.Francisco Franco2016-08-261-1/+1
* mm: reduce readahead from 1024kB to 512kBStefan Guendhoer2016-08-261-1/+1
* block: row: add magic values.franciscofranco2016-08-261-9/+9
* Add ROW IO scheduler.Raymond Golo (intersectRaven)2016-08-263-0/+1147
* mm: pass readahead info down to the i/o schedulerLee Susman2016-08-263-0/+5
* block: add REQ_URGENT to request flagsTatyana Brokhman2016-08-261-1/+3
* block: Add API for urgent request handlingTatyana Brokhman2016-08-266-2/+58
* block: Add support for reinsert a dispatched reqTatyana Brokhman2016-08-264-0/+86
* block, bfq: add Early Queue Merge (EQM) to BFQ-v7r8 for 3.10.8+Mauro Andreolini2016-08-263-252/+580
* block: introduce the BFQ-v7r8 I/O sched for 3.10.8+Paolo Valente2016-08-265-0/+6824
* sched/idle: Avoid spurious wakeup IPIsPeter Zijlstra2016-08-261-6/+38
* lib/string: use glibc versionDooMLoRD2016-08-261-17/+12
* lib/memcopy: use glibc versionfaux1232016-08-263-1/+630
* cpuidle: remove cross-cpu IPI by new latency request. when drivers request ne...Guojian Chen2016-08-261-6/+0
* jiffies conversions: Use compile time constants when possibleJoe Perches2016-08-262-98/+144
* hotplug cpu touch frequencyStefan Guendhoer2016-08-261-1/+2
* Remove the '+' sign on the kernel local version.franciscofranco2016-08-261-1/+0
* Makefile: use ccacheLevin Calado2016-08-261-2/+2
* Revert "fib_rules: fix fib rule dumps across multiple skbs"Levin Calado2016-08-261-9/+5
* Linux 3.10.90Greg Kroah-Hartman2016-08-261-1/+1
* Revert "iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required"Markus Pargmann2016-08-261-2/+1
* vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman2016-08-261-9/+0
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2016-08-261-5/+9
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2016-08-261-23/+41
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2016-08-261-1/+1
* ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2016-08-261-1/+1
* usbnet: Get EVENT_NO_RUNTIME_PM bit before it is clearedEugene Shatokhin2016-08-261-3/+4
* ip6_gre: release cached dst on tunnel removalhuaibin Wang2016-08-261-0/+1
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2016-08-261-1/+1
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2016-08-261-32/+47
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2016-08-261-2/+5
* bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov2016-08-261-0/+1
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2016-08-263-9/+28