summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-1/+1
* genirq: fix reference in devm_request_threaded_irq commentEmilio López2014-08-281-1/+1
* Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-067-222/+475
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2014-08-051-127/+367
| |\
| | * PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_nodeJoerg Roedel2014-07-291-0/+1
| | * PM / Hibernate: Remove the old memory-bitmap implementationJoerg Roedel2014-07-291-202/+21
| | * PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel2014-07-291-15/+38
| | * PM / Hibernate: Implement position keeping in radix treeJoerg Roedel2014-07-291-0/+98
| | * PM / Hibernate: Add memory_rtree_find_bit functionJoerg Roedel2014-07-291-3/+81
| | * PM / Hibernate: Create a Radix-Tree to store memory bitmapJoerg Roedel2014-07-291-1/+222
| * | Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-08-051-4/+0
| |\ \
| | * | cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy2014-07-091-4/+0
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-opp' and 'pm-general'Rafael J. Wysocki2014-07-271-3/+0
| |\ \ \ \
| | * | | | PM / OPP: Remove ARCH_HAS_OPPMark Brown2014-07-231-3/+0
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-apm' and 'pm-sleep'Rafael J. Wysocki2014-07-274-84/+108
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | PM / sleep: Move platform suspend operations to separate functionsRafael J. Wysocki2014-07-231-43/+77
| | | * | | PM / sleep: Simplify sleep states sysfs interface codeRafael J. Wysocki2014-07-214-41/+31
| | | |/ /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-pm', 'acpi-sleep' and 'acpi-button'Rafael J. Wysocki2014-07-271-4/+0
| |\ \ \ \ \ | | | | |/ / | | | |/| |
| | * | | | PM: Create PM workqueue if runtime PM is not configured tooRafael J. Wysocki2014-07-231-4/+0
| | |/ / /
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-061-0/+1
|\ \ \ \ \
| * | | | | Add module param type 'ullong'Hannes Reinecke2014-07-171-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-065-10/+547
|\ \ \ \ \ \
| * | | | | | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-022-21/+19
| * | | | | | net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-022-3/+3
| * | | | | | net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-022-3/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-302-7/+39
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-242-2/+2
| * | | | | | net: filter: split filter.c into two filesAlexei Starovoitov2014-07-233-0/+538
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-2221-119/+253
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-169-63/+122
| |\ \ \ \ \ \ \
| * | | | | | | | ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-011-0/+1
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-067-63/+412
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-242-1/+5
| * | | | | | | | | Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2014-07-241-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KEYS: validate certificate trust only with builtin keysDmitry Kasatkin2014-07-171-0/+1
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-181-1/+134
| * | | | | | | | | seccomp: allow mode setting across threadsKees Cook2014-07-181-11/+25
| * | | | | | | | | seccomp: introduce writer lockingKees Cook2014-07-182-2/+63
| * | | | | | | | | seccomp: split filter prep from check and applyKees Cook2014-07-181-30/+67
| * | | | | | | | | sched: move no_new_privs into new atomic flagsKees Cook2014-07-182-3/+3
| * | | | | | | | | seccomp: add "seccomp" syscallKees Cook2014-07-182-5/+53
| * | | | | | | | | seccomp: split mode setting routinesKees Cook2014-07-181-23/+48
| * | | | | | | | | seccomp: extract check/assign mode helpersKees Cook2014-07-181-4/+18
| * | | | | | | | | seccomp: create internal mode-setting functionKees Cook2014-07-181-2/+14
| |/ / / / / / / /
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-0525-748/+1024
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz2014-07-231-1/+4
| * | | | | | | | | timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz2014-07-231-110/+83
| * | | | | | | | | timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz2014-07-231-1/+1
| * | | | | | | | | ftrace: Provide trace clocks monotonicThomas Gleixner2014-07-231-5/+6
| * | | | | | | | | timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner2014-07-231-0/+124
OpenPOWER on IntegriCloud