summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | parisc: remove CONFIG_MLONGCALLS=y from defconfigsHelge Deller2013-11-302-2/+0
| | * | | | | | | | | | | | | | | parisc: fix kernel memory layout in vmlinux.ld.SHelge Deller2013-11-303-85/+78
| | * | | | | | | | | | | | | | | parisc: use kernel_text_address() in unwind functionsHelge Deller2013-11-301-6/+3
| | * | | | | | | | | | | | | | | parisc: remove empty SERIAL_PORT_DFNS in serial.hChen Gang2013-11-301-2/+0
| | * | | | | | | | | | | | | | | parisc: add some more machine names to hardware databaseHelge Deller2013-11-301-1/+6
| | * | | | | | | | | | | | | | | parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped addressHelge Deller2013-11-301-10/+15
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2013-12-041-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher2013-11-241-1/+4
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-12-049-83/+109
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | crypto: testmgr - fix sglen in test_aead for case 'dst != src'Horia Geanta2013-11-281-14/+12
| | * | | | | | | | | | | | | | | | crypto: talitos - fix aead sglen for case 'dst != src'Horia Geanta2013-11-281-24/+23
| | * | | | | | | | | | | | | | | | crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta2013-11-282-22/+33
| | * | | | | | | | | | | | | | | | crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta2013-11-281-1/+2
| | * | | | | | | | | | | | | | | | crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer2013-11-281-14/+17
| | * | | | | | | | | | | | | | | | crypto: talitos - corrrectly handle zero-length assoc dataHoria Geanta2013-11-281-5/+16
| | * | | | | | | | | | | | | | | | crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky2013-11-281-0/+1
| | * | | | | | | | | | | | | | | | crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky2013-11-281-3/+4
| | * | | | | | | | | | | | | | | | crypto: caam - Add missing Job Ring includeMichael Neuling2013-11-261-0/+1
| * | | | | | | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-12-049-29/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2013-11-291-1/+3
| | * | | | | | | | | | | | | | | | | Merge branch 'clockevents/fixes' of git://git.linaro.org/people/dlezcano/linu...Thomas Gleixner2013-11-264-10/+34
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | clocksource: arm_arch_timer: Hide eventstream Kconfig on non-ARMStephen Boyd2013-11-211-0/+1
| | | * | | | | | | | | | | | | | | | | clocksource: sh_tmu: Add clk_prepare/unprepare supportLaurent Pinchart2013-11-201-1/+8
| | | * | | | | | | | | | | | | | | | | clocksource: sh_tmu: Release clock when sh_tmu_register() failsLaurent Pinchart2013-11-201-3/+10
| | | * | | | | | | | | | | | | | | | | clocksource: sh_mtu2: Add clk_prepare/unprepare supportLaurent Pinchart2013-11-201-2/+7
| | | * | | | | | | | | | | | | | | | | clocksource: sh_mtu2: Release clock when sh_mtu2_register() failsLaurent Pinchart2013-11-201-2/+9
| | | * | | | | | | | | | | | | | | | | ARM: at91: rm9200: switch back to clockevents_config_and_registerUwe Kleine-König2013-11-201-5/+2
| | * | | | | | | | | | | | | | | | | | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-11-221-1/+1
| | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | tick: Document tick_do_timer_cpuAndrew Morton2013-11-191-0/+15
| | * | | | | | | | | | | | | | | | | timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-11-191-3/+2
| | * | | | | | | | | | | | | | | | | NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner2013-11-192-14/+11
| * | | | | | | | | | | | | | | | | | Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-12-021-27/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | leds: pwm: Fix for deferred probe in DT booted modePeter Ujfalusi2013-12-021-27/+26
| | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | uio: we cannot mmap unaligned page contentsLinus Torvalds2013-12-021-0/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-023-6/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | irqchip: Gic: fix boot for chained gicsMark Rutland2013-11-281-4/+5
| | * | | | | | | | | | | | | | | | | irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
| | * | | | | | | | | | | | | | | | | genirq: Correct fuzzy and fragile IRQ_RETVAL() definitionGeert Uytterhoeven2013-11-191-1/+1
| * | | | | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-024-11/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | sched/doc: Fix generation of device-driversNicolas Dichtel2013-11-271-1/+1
| | * | | | | | | | | | | | | | | | | | sched: Expose preempt_schedule_irq()Thomas Gleixner2013-11-271-2/+1
| | * | | | | | | | | | | | | | | | | | sched: Fix a trivial typo in commentsShigeru Yoshida2013-11-191-1/+1
| | * | | | | | | | | | | | | | | | | | sched: Remove unused variable in 'struct sched_domain'Alex Shi2013-11-191-2/+0
| | * | | | | | | | | | | | | | | | | | sched: Avoid NULL dereference on sd_busyPeter Zijlstra2013-11-191-1/+2
| | * | | | | | | | | | | | | | | | | | sched: Check sched_domain before computing group powerSrikar Dronamraju2013-11-191-3/+24
| | * | | | | | | | | | | | | | | | | | MAINTAINERS: Update file patterns in the lockdep and scheduler entriesJoe Perches2013-11-151-2/+1
| * | | | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-029-20/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-11-203-11/+31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-191-1/+1
| | | * | | | | | | | | | | | | | | | | | | tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-191-2/+21