summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* softirq: convert printks to pr_<level>Joe Perches2014-01-281-2/+4
* softirq: use ffs() in __do_softirq()Joe Perches2014-01-281-21/+22
* kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-281-1/+1
* splice: fix unexpected size truncationXiao Guangrong2014-01-281-1/+2
* ipc: fix compat msgrcv with negative msgtypMateusz Guzik2014-01-281-1/+1
* ipc,msg: document barriersDavidlohr Bueso2014-01-281-2/+17
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-283-12/+3
* ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso2014-01-281-5/+4
* ipc: remove useless return statementDavidlohr Bueso2014-01-281-4/+0
* ipc: remove braces for single statementsDavidlohr Bueso2014-01-284-19/+16
* ipc: standardize code commentsDavidlohr Bueso2014-01-283-139/+125
* ipc: whitespace cleanupManfred Spraul2014-01-2811-115/+115
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-284-6/+6
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-284-19/+41
* ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek2014-01-281-11/+13
* init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu2014-01-281-2/+0
* dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin2014-01-281-3/+1
* dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin2014-01-281-2/+4
* dynamic_debug: remove wrong error messageAndrey Ryabinin2014-01-281-3/+1
* ocfs2: do not log ENOENT in unlink()Xiaowei.Hu2014-01-281-1/+1
* mm: bring back /sys/kernel/mmHugh Dickins2014-01-281-1/+1
* arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt2014-01-281-7/+1
* Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc2014-01-281-10/+10
* memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu2014-01-281-6/+0
* x86: revert wrong memblock current limit settingYinghai Lu2014-01-282-3/+3
* memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu2014-01-283-3/+40
* Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-271-32/+81
|\
| * tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-01-231-0/+6
| * tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)2014-01-231-52/+64
| * tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi2014-01-231-3/+34
* | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-272-2/+7
|\ \
| * | swiotlb: Don't DoS us with 'swiotlb buffer is full' (v2)Konrad Rzeszutek Wilk2014-01-071-1/+2
| * | swiotlb: update formatJiri Kosina2013-12-311-1/+5
* | | Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2713-39/+537
|\ \ \
| * | | pwm: tiecap: Remove duplicate put_sync callSourav Poddar2014-01-231-1/+0
| * | | pwm: tiehrpwm: use dev_err() instead of pr_err()Jingoo Han2013-12-201-2/+2
| * | | pwm: pxa: remove unnecessary space before tabsJingoo Han2013-12-201-1/+1
| * | | pwm: ep93xx: split module author namesJingoo Han2013-12-201-2/+2
| * | | pwm: use seq_puts() instead of seq_printf()Jingoo Han2013-12-201-3/+3
| * | | pwm: atmel-pwm: Do not unprepare clock after successful registrationBo Shen2013-12-201-0/+2
| * | | of: Add Atmel PWM controller device tree bindingBo Shen2013-12-171-0/+33
| * | | pwm: atmel-pwm: Add Atmel PWM controller driverBo Shen2013-12-173-0/+403
| * | | backlight: pwm_bl: Remove error message upon devm_kzalloc() failureFabio Estevam2013-12-171-1/+0
| * | | pwm: pca9685: depends on I2C rather than REGMAP_I2CAxel Lin2013-12-171-1/+2
| * | | pwm: renesas-tpu: Enable driver compilation with COMPILE_TESTLaurent Pinchart2013-12-121-1/+1
| * | | pwm: jz4740: Use devm_clk_get()Lars-Peter Clausen2013-12-121-17/+3
| * | | pwm: jz4740: Pass device to clk_get()Lars-Peter Clausen2013-12-121-1/+1
| * | | pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macroAxel Lin2013-12-041-10/+2
| * | | pwm: pxa: Add device tree supportMike Dunn2013-12-042-0/+83
* | | | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-276-48/+42
|\ \ \ \