summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | clocksource: Always verify highres capabilityThomas Gleixner2013-05-161-5/+26
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-063-401/+186
|\ \ \
| * | | irq: fix checkpatch errorKefeng Wang2013-06-241-5/+3
| * | | irqdomain: Include hwirq number in /proc/interruptsGrant Likely2013-06-241-0/+2
| * | | irqdomain: make irq_linear_revmap() a fast path againGrant Likely2013-06-241-26/+8
| * | | irqdomain: remove irq_domain_generate_simple()Grant Likely2013-06-241-15/+0
| * | | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-241-94/+91
| * | | irqdomain: Beef up debugfs outputGrant Likely2013-06-101-5/+30
| * | | irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-101-91/+36
| * | | irqdomain: Eliminate revmap typeGrant Likely2013-06-102-37/+23
| * | | irqdomain: merge linear and tree reverse mappings.Grant Likely2013-06-101-78/+29
| * | | irqdomain: Add a name fieldGrant Likely2013-06-102-13/+7
| * | | irqdomain: Replace LEGACY mapping with LINEARGrant Likely2013-06-101-78/+6
| * | | irqdomain: Relax failure path on setting up mappingsGrant Likely2013-06-101-12/+4
| * | | Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely2013-06-102-49/+258
| |\ \ \
* | \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ \ \ \
| * | | | | irq/generic-chip: fix a few kernel-doc entriesUwe Kleine-König2013-06-181-3/+3
* | | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-0310-67/+107
|\ \ \ \ \ \
| * | | | | | kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao2013-07-031-1/+0
| * | | | | | kernel/pid.c: move statementRaphael S. Carvalho2013-07-031-1/+1
| * | | | | | kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov2013-07-031-17/+16
| * | | | | | kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-032-11/+17
| * | | | | | kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2013-07-031-8/+7
| * | | | | | fork: reorder permissions when violating number of processes limitsEric Paris2013-07-031-2/+2
| * | | | | | exit.c: unexport __set_special_pids()Oleg Nesterov2013-07-032-12/+12
| * | | | | | usermodehelper: kill the sub_info->path[0] checkOleg Nesterov2013-07-031-8/+3
| * | | | | | ptrace: add ability to get/set signal-blocked maskAndrey Vagin2013-07-031-2/+42
| * | | | | | kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause2013-07-031-0/+3
| * | | | | | kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov2013-07-031-2/+1
| * | | | | | kernel/sys.c: sys_reboot(): fix malformed panic messageliguang2013-07-031-1/+1
| * | | | | | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
| * | | | | | mm: use totalram_pages instead of num_physpages at runtimeJiang Liu2013-07-031-2/+2
* | | | | | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-0310-29/+60
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-291-0/+4
| |\ \ \ \ \ \
| | * | | | | | PM / Sleep: Warn about system time after resume with pm_traceShuah Khan2013-06-271-0/+4
| * | | | | | | Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-284-6/+17
| |\| | | | | |
| | * | | | | | PM / QoS: Add pm_qos_request tracepointsSahara2013-06-241-0/+5
| | * | | | | | PM / QoS: Add pm_qos_update_target/flags tracepointsSahara2013-06-241-0/+3
| | * | | | | | PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner2013-06-211-0/+2
| | * | | | | | PM / QoS: correct the valid range of pm_qos_classSahara2013-06-211-3/+3
| | * | | | | | PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson2013-06-111-1/+1
| | * | | | | | PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas2013-06-031-2/+3
| * | | | | | | Merge branch 'freezer'Rafael J. Wysocki2013-06-287-24/+41
| |\ \ \ \ \ \ \
| | * | | | | | | sigtimedwait: use freezable blocking callColin Cross2013-05-121-1/+1
| | * | | | | | | nanosleep: use freezable blocking callColin Cross2013-05-121-1/+2
| | * | | | | | | futex: use freezable blocking callColin Cross2013-05-121-1/+2
| | * | | | | | | freezer: skip waking up tasks with PF_FREEZER_SKIP setColin Cross2013-05-121-0/+12
| | * | | | | | | freezer: shorten freezer sleep time using exponential backoffColin Cross2013-05-121-11/+15
| | * | | | | | | lockdep: remove task argument from debug_check_no_locks_heldColin Cross2013-05-122-10/+9
* | | | | | | | | Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-021-191/+287
|\ \ \ \ \ \ \ \ \