summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold2015-01-151-11/+8Star
* gpio: unregister gpiochip device before removing itJohan Hovold2015-01-141-1/+2
* gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold2015-01-141-3/+1Star
* gpio: fix memory leak and sleep-while-atomicJohan Hovold2015-01-141-1/+2
* gpio: clean up gpiochip_add error handlingJohan Hovold2015-01-141-21/+17Star
* gpio: fix gpio-chip list corruptionJohan Hovold2015-01-141-7/+10
* gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold2015-01-141-4/+7
* gpio: crystalcove: use handle_nested_irqAaron Lu2015-01-141-1/+1
* linux 3.19-rc4Linus Torvalds2015-01-111-1/+1
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-01-115-11/+8Star
|\
| * ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky2015-01-091-2/+2
| * ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem regionGrygorii Strashko2015-01-071-2/+2
| * ARM: 8249/1: mm: dump: don't skip regionsMark Rutland2015-01-071-7/+2Star
| * ARM: wire up execveat syscallRussell King2015-01-072-0/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-116-39/+53
|\ \
| * \ Merge tag 'pr-20141223-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-01-011-2/+4
| |\ \
| | * | x86, vdso: Use asm volatile in __getcpuAndy Lutomirski2014-12-231-2/+4
| * | | x86/build: Clean auto-generated processor feature filesBjørn Mork2014-12-232-0/+2
| * | | x86: Fix mkcapflags.sh bash-ismSylvain BERTRAND2014-12-231-1/+1
| * | | x86: Fix step size adjustment during initial memory mappingJan Beulich2014-12-231-20/+17Star
| * | | Merge tag 'pr-20141220-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2014-12-211-16/+29
| |\| | | | |/ | |/|
| | * x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski2014-12-211-16/+29
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-114-35/+19Star
|\ \ \
| * | | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
| * | | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1Star
| * | | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-091-3/+3
| * | | sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-091-1/+1
| * | | sched, fanotify: Deal with nested sleepsPeter Zijlstra2015-01-091-5/+5
| * | | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5Star
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-1126-77/+371
|\ \ \ \
| * | | | perf/x86/uncore/hsw-ep: Handle systems with only two SBOXesAndi Kleen2015-01-092-1/+18
| * | | | perf/x86_64: Improve user regs samplingAndy Lutomirski2015-01-091-2/+76
| * | | | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-096-16/+63
| * | | | x86: Fix off-by-one in instruction decoderPeter Zijlstra2015-01-091-1/+1
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-096-33/+69
| |\ \ \ \
| | * | | | perf hists browser: Fix segfault when showing callchainNamhyung Kim2015-01-081-1/+1
| | * | | | perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-083-0/+33
| | * | | | perf hists: Fix children sort key behaviorNamhyung Kim2015-01-082-32/+35
| |/ / / /
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-084-6/+75
| |\ \ \ \
| | * | | | perf diff: Fix to sort by baseline field by defaultNamhyung Kim2015-01-031-0/+44
| | * | | | perf list: Fix --raw-dump optionTaesoo Kim2015-01-031-3/+10
| | * | | | perf probe: Fix crash in dwarf_getcfi_elfNamhyung Kim2015-01-021-1/+17
| | * | | | perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu2015-01-021-2/+4
| |/ / / /
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-0110-20/+71
| |\ \ \ \
| | * | | | perf callchain: Append callchains only when requestedNamhyung Kim2014-12-231-3/+4
| | * | | | perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim2014-12-231-2/+24
| | * | | | perf report: Show progress bar for output resortingNamhyung Kim2014-12-239-15/+43
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-01-112-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/urgent' into locking/urgent, to collect all pending lockin...Ingo Molnar2015-01-111-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'liblockdep-fixes-3.19' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2014-12-231-2/+2
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |