aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd2013-06-17
| * | | | | | | | | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-12
| * | | | | | | | | alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie2013-06-12
| * | | | | | | | | power: Add option to log time spent in suspendColin Cross2013-05-29
| * | | | | | | | | alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-29
| * | | | | | | | | clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner2013-05-28
| * | | | | | | | | clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner2013-05-28
| * | | | | | | | | clockevents: Implement unbind functionalityThomas Gleixner2013-05-16
| * | | | | | | | | clockevents: Split out selection logicThomas Gleixner2013-05-16
| * | | | | | | | | clockevents: Provide sysfs interfaceThomas Gleixner2013-05-16
| * | | | | | | | | clockevents: Add module refcountThomas Gleixner2013-05-16
| * | | | | | | | | clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner2013-05-16
| * | | | | | | | | clockevents: Simplify lockingThomas Gleixner2013-05-16
| * | | | | | | | | clockevents: Get rid of the notifier chainThomas Gleixner2013-05-16
| * | | | | | | | | clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-16
| * | | | | | | | | clocksource: Provide unbind interface in sysfsThomas Gleixner2013-05-16
| * | | | | | | | | clocksource: Split out user string inputThomas Gleixner2013-05-16
| * | | | | | | | | clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner2013-05-16
| * | | | | | | | | clocksource: Add module refcountThomas Gleixner2013-05-16
| * | | | | | | | | clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-16
| * | | | | | | | | clocksource: Always verify highres capabilityThomas Gleixner2013-05-16
* | | | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-06
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | irq: fix checkpatch errorKefeng Wang2013-06-24
| * | | | | | | | | irqdomain: Include hwirq number in /proc/interruptsGrant Likely2013-06-24
| * | | | | | | | | irqdomain: make irq_linear_revmap() a fast path againGrant Likely2013-06-24
| * | | | | | | | | irqdomain: remove irq_domain_generate_simple()Grant Likely2013-06-24
| * | | | | | | | | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-24
| * | | | | | | | | irqdomain: Beef up debugfs outputGrant Likely2013-06-10
| * | | | | | | | | irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-10
| * | | | | | | | | irqdomain: Eliminate revmap typeGrant Likely2013-06-10
| * | | | | | | | | irqdomain: merge linear and tree reverse mappings.Grant Likely2013-06-10
| * | | | | | | | | irqdomain: Add a name fieldGrant Likely2013-06-10
| * | | | | | | | | irqdomain: Replace LEGACY mapping with LINEARGrant Likely2013-06-10
| * | | | | | | | | irqdomain: Relax failure path on setting up mappingsGrant Likely2013-06-10
| * | | | | | | | | Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely2013-06-10
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | irq/generic-chip: fix a few kernel-doc entriesUwe Kleine-König2013-06-18
* | | | | | | | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao2013-07-03
| * | | | | | | | | | | kernel/pid.c: move statementRaphael S. Carvalho2013-07-03
| * | | | | | | | | | | kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov2013-07-03
| * | | | | | | | | | | kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-03
| * | | | | | | | | | | kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2013-07-03
| * | | | | | | | | | | fork: reorder permissions when violating number of processes limitsEric Paris2013-07-03
| * | | | | | | | | | | exit.c: unexport __set_special_pids()Oleg Nesterov2013-07-03
| * | | | | | | | | | | usermodehelper: kill the sub_info->path[0] checkOleg Nesterov2013-07-03
| * | | | | | | | | | | ptrace: add ability to get/set signal-blocked maskAndrey Vagin2013-07-03
| * | | | | | | | | | | kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause2013-07-03
| * | | | | | | | | | | kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov2013-07-03
| * | | | | | | | | | | kernel/sys.c: sys_reboot(): fix malformed panic messageliguang2013-07-03