aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-29s390/qdio: for_each macro correctnessJose Alonso1-8/+6
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds4-108/+6
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov1-1/+1
2014-01-28ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov1-3/+3
2014-01-28CRISv10: Readd missing headerJesper Nilsson1-0/+1
2014-01-27mtd: gpmi: add sanity check when mapping DMA for read_buf/write_bufHuang Shijie1-14/+17
2014-01-27mtd: gpmi: allocate a proper buffer for non ECC read/writeHuang Shijie1-2/+11
2014-01-27mtd: m25p80: Set rx_nbits for Quad SPI transfersGeert Uytterhoeven1-0/+11
2014-01-27mtd: m25p80: Enable Quad SPI read transfers for s25fl512sGeert Uytterhoeven1-1/+1
2014-01-27firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel1-2/+1
2014-01-27compat: fix sys_fanotify_markHeiko Carstens1-2/+2
2014-01-27checkpatch.pl: check for function declarations without argumentsJoe Perches1-0/+9
2014-01-27mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li1-2/+0
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2-17/+10
2014-01-27softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches1-21/+22
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str()Chen Gang1-1/+1
2014-01-27splice: fix unexpected size truncationXiao Guangrong1-1/+2
2014-01-27ipc: fix compat msgrcv with negative msgtypMateusz Guzik1-1/+1
2014-01-27ipc,msg: document barriersDavidlohr Bueso1-2/+17
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso3-12/+3
2014-01-27ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso1-5/+4
2014-01-27ipc: remove useless return statementDavidlohr Bueso1-4/+0
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso4-19/+16
2014-01-27ipc: standardize code commentsDavidlohr Bueso3-139/+125
2014-01-27ipc: whitespace cleanupManfred Spraul11-115/+115
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini4-6/+6
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini4-19/+41
2014-01-27ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek1-11/+13
2014-01-27init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu1-2/+0
2014-01-27dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin1-3/+1
2014-01-27dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin1-2/+4
2014-01-27dynamic_debug: remove wrong error messageAndrey Ryabinin1-3/+1
2014-01-27ocfs2: do not log ENOENT in unlink()Xiaowei.Hu1-1/+1
2014-01-27mm: bring back /sys/kernel/mmHugh Dickins1-1/+1
2014-01-27arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt1-7/+1
2014-01-27Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc1-10/+10
2014-01-27memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu1-6/+0
2014-01-27x86: revert wrong memblock current limit settingYinghai Lu2-3/+3
2014-01-27memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu3-3/+40
2014-01-28powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()Michael Ellerman1-2/+5
2014-01-28powerpc: Add support for the optimised lockref implementationMichael Ellerman3-0/+7
2014-01-27leds: s3c24xx: Remove hardware.h inclusionSachin Kamat1-2/+1
2014-01-27leds: replace list_for_each with list_for_each_entryZHAO Gang1-11/+4
2014-01-27leds: kirkwood: Cleanup in header filesSachin Kamat2-10/+6
2014-01-27leds: pwm: Remove a warning on non-DT platformsOlof Johansson1-2/+1
2014-01-27leds: leds-pwm: fix duty time overflow.Xiubo Li1-2/+4
2014-01-27leds: leds-mc13783: Remove unneeded mc13xxx_{un}lockAlexander Shiyan1-12/+1
2014-01-27leds: leds-mc13783: Remove duplicate field in platform dataAlexander Shiyan3-93/+36
2014-01-27drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_base'Chen Gang1-1/+2