summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | mfd: add ezx_pcap_setbitsDaniel Ribeiro2009-09-171-0/+1
| * | | | | | | | | | | | | mfd: add set_ts_bits for pcapDaniel Ribeiro2009-09-171-0/+1
| * | | | | | | | | | | | | mfd: Introduce irq_to_pcap()Daniel Ribeiro2009-09-171-0/+1
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-09-181-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara2009-09-161-13/+13
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-09-181-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreqThomas Renninger2009-09-011-0/+10
* | | | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-184-120/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | time: Prevent 32 bit overflow with set_normalized_timespec()Thomas Gleixner2009-09-151-1/+1
| * | | | | | | | | | | | | timers: Drop a function prototypeRandy Dunlap2009-08-301-5/+0
| * | | | | | | | | | | | | clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner2009-08-281-0/+1
| * | | | | | | | | | | | | time: Introduce CLOCK_REALTIME_COARSEjohn stultz2009-08-211-0/+4
| * | | | | | | | | | | | | timekeeping: Introduce read_boot_clockMartin Schwidefsky2009-08-151-0/+1
| * | | | | | | | | | | | | timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-1/+1
| * | | | | | | | | | | | | timekeeping: Update clocksource with stop_machineMartin Schwidefsky2009-08-151-0/+2
| * | | | | | | | | | | | | timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky2009-08-151-3/+1
| * | | | | | | | | | | | | timekeeping: Introduce struct timekeeperMartin Schwidefsky2009-08-151-50/+4
| * | | | | | | | | | | | | clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky2009-08-151-0/+1
| * | | | | | | | | | | | | clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-151-0/+2
| * | | | | | | | | | | | | timekeeping: Remove clocksource inline functionsMartin Schwidefsky2009-08-151-58/+0
| * | | | | | | | | | | | | timekeeping: Introduce timekeeping_leap_insertJohn Stultz2009-08-151-0/+1
| * | | | | | | | | | | | | Merge branch 'linus' into timers/coreThomas Gleixner2009-08-1484-499/+834
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra2009-07-221-2/+0
* | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-173-26/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-171-0/+2
| * | | | | | | | | | | | | | sched: Disable wakeup balancingPeter Zijlstra2009-09-161-3/+3
| * | | | | | | | | | | | | | sched: Add SD_PREFER_LOCALPeter Zijlstra2009-09-162-1/+3
| * | | | | | | | | | | | | | sched: Add WF_FORKPeter Zijlstra2009-09-151-0/+1
| * | | | | | | | | | | | | | sched: Rename sync argumentsPeter Zijlstra2009-09-152-4/+9
| * | | | | | | | | | | | | | sched: Rename select_task_rq() argumentPeter Zijlstra2009-09-151-1/+1
| * | | | | | | | | | | | | | x86: sched: Provide arch implementations using aperf/mperfPeter Zijlstra2009-09-151-0/+4
| * | | | | | | | | | | | | | sched: Reduce forkexec_idxPeter Zijlstra2009-09-151-2/+2
| * | | | | | | | | | | | | | sched: Improve latencies and throughputMike Galbraith2009-09-151-1/+1
| * | | | | | | | | | | | | | sched: Fix some domain tuningsPeter Zijlstra2009-09-151-2/+2
| * | | | | | | | | | | | | | sched: Tweak wake_idxPeter Zijlstra2009-09-151-2/+2
| * | | | | | | | | | | | | | sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-152-16/+7
| * | | | | | | | | | | | | | sched: Add TASK_WAKINGPeter Zijlstra2009-09-151-0/+1
| * | | | | | | | | | | | | | sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra2009-09-151-1/+2
* | | | | | | | | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-176-22/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | softirq: add BLOCK_IOPOLL to softirq_to_nameLi Zefan2009-09-171-10/+11
| * | | | | | | | | | | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-09-17283-2947/+6199
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | tracing: remove notrace from __kprobes annotationSteven Rostedt2009-09-151-2/+2
| * | | | | | | | | | | | | | | tracing: have TRACE_EVENT macro use __flags to not shadow parameterSteven Rostedt2009-09-141-2/+2
| * | | | | | | | | | | | | | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-141-2/+2
| * | | | | | | | | | | | | | | tracing: allow filter predicates to handle ksym symbolsSteven Rostedt2009-09-121-2/+2
| * | | | | | | | | | | | | | | ftrace: __start_mcount_loc should be .init.rodataJohn Reiser2009-09-121-2/+3
| * | | | | | | | | | | | | | | tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceCarsten Emde2009-09-121-1/+3
| * | | | | | | | | | | | | | | tracing: add lock depth to entriesSteven Rostedt2009-09-111-0/+1
| * | | | | | | | | | | | | | | tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-1/+0
* | | | | | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-171-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud