summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2014-01-27softirq: convert printks to pr_<level>Joe Perches
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang
2014-01-27splice: fix unexpected size truncationXiao Guangrong
2014-01-27ipc: fix compat msgrcv with negative msgtypMateusz Guzik
2014-01-27ipc,msg: document barriersDavidlohr Bueso
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2014-01-27ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso
2014-01-27ipc: remove useless return statementDavidlohr Bueso
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso
2014-01-27ipc: standardize code commentsDavidlohr Bueso
2014-01-27ipc: whitespace cleanupManfred Spraul
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2014-01-27ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek
2014-01-27init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu
2014-01-27dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin
2014-01-27dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin
2014-01-27dynamic_debug: remove wrong error messageAndrey Ryabinin
2014-01-27ocfs2: do not log ENOENT in unlink()Xiaowei.Hu
2014-01-27mm: bring back /sys/kernel/mmHugh Dickins
2014-01-27arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt
2014-01-27Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc
2014-01-27memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu
2014-01-27x86: revert wrong memblock current limit settingYinghai Lu
2014-01-27memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu
2014-01-27net: Document promote_secondariesMartin Schwenke
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong
2014-01-27i40e: Add missing braces to i40e_dcb_need_reconfig()Dave Jones
2014-01-27xen-netfront: fix resource leak in netfrontAnnie Li
2014-01-28powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()Michael Ellerman
2014-01-28powerpc: Add support for the optimised lockref implementationMichael Ellerman
2014-01-27leds: s3c24xx: Remove hardware.h inclusionSachin Kamat
2014-01-27leds: replace list_for_each with list_for_each_entryZHAO Gang
2014-01-27leds: kirkwood: Cleanup in header filesSachin Kamat
2014-01-27leds: pwm: Remove a warning on non-DT platformsOlof Johansson
2014-01-27leds: leds-pwm: fix duty time overflow.Xiubo Li
2014-01-27leds: leds-mc13783: Remove unneeded mc13xxx_{un}lockAlexander Shiyan
2014-01-27leds: leds-mc13783: Remove duplicate field in platform dataAlexander Shiyan
2014-01-27drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_b...Chen Gang
2014-01-27leds: lp5523: Support LED MUX configuration on running a patternMilo Kim
2014-01-27leds: lp5521/5523: Fix multiple engine usage bugMilo Kim
2014-01-27LEDS: tca6507 - fix up some comments.NeilBrown
2014-01-27LEDS: tca6507: add device-tree support for GPIO configuration.NeilBrown
2014-01-27LEDS: tca6507 - fix bugs in parsing of device-tree configuration.NeilBrown
2014-01-27net: 6lowpan: fixup for code movementStephen Rothwell
2014-01-27hyperv: Add support for physically discontinuous receive bufferHaiyang Zhang
2014-01-27sky2: initialize napi before registering deviceStanislaw Gruszka
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger