2014-06-06 |
Manfred Spraul | ipc/sem.c: remove code duplication |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Manfred Spraul | ipc/sem.c: bugfix for semctl(,,GETZCNT) |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Davidlohr Bueso | ipc,msg: document volatile r_msg |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Davidlohr Bueso | ipc,msg: move some msgq ns code around |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Davidlohr Bueso | ipc,msg: use current->state helpers |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Davidlohr Bueso | ipc,shm: document new limits in the uapi header |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Manfred Spraul | ipc/shm.c: increase the defaults for SHMALL, SHMMAX |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Manfred Spraul | ipc/shm.c: check for integer overflow during shmget. |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Manfred Spraul | ipc/shm.c: check for overflows of shm_tot |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Manfred Spraul | ipc/shm.c: check for ulong overflows in shmat |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Paul McQuade | ipc, kernel: clear whitespace |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Paul McQuade | ipc, kernel: use Linux headers |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Mathias Krause | ipc: constify ipc_ops |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Paul Bolle | initramfs: remove "compression mode" choice |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/devpts/inode.c: convert printk to pr_foo() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/cachefiles: replace kerror by pr_err |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | FS/CACHEFILES: convert printk to pr_foo() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/pstore: logging clean-up |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | kernel/profile.c: use static const char instead of... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | kernel/profile.c: convert printk to pr_foo() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/affs: pr_debug cleanup |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/affs: convert printk to pr_foo() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/affs/file.c: remove unnecessary function parameters |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Hans Verkuil | include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | kernel/user_namespace.c: kernel-doc/checkpatch fixes |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Kees Cook | tools/testing/selftests/sysctl: validate sysctl_writes_... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Kees Cook | sysctl: allow for strict write position handling |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Kees Cook | sysctl: refactor sysctl string writing logic |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Kees Cook | sysctl: clean up char buffer arguments |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Alexander Gordeev | rapidio/tsi721: use pci_enable_msix_exact() instead... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lai Jiangshan | idr: reorder the fields |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lai Jiangshan | idr: reduce the unneeded check in free_layer() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lai Jiangshan | idr: don't need to shink the free list when idr_remove() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lai Jiangshan | idr: fix idr_replace()'s returned error code |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lai Jiangshan | idr: fix NULL pointer dereference when ida_remove(unall... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lai Jiangshan | idr: fix unexpected ID-removal when idr_remove(unalloca... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lai Jiangshan | idr: fix overflow bug during maximum ID calculation... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | kernel/kexec.c: convert printk to pr_foo() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Masami Hiramatsu | kernel/panic.c: add "crash_kexec_post_notifiers" option... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Srivatsa S... | smp: print more useful debug info upon receiving IPI... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/proc/vmcore.c: remove NULL assignment to static |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/proc/task_mmu.c: replace seq_printf by seq_puts |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: change wait_for_helper() to use kernel_sigaction() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: introduce kernel_sigaction() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: disallow_signal() should flush the potentially... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: kill the obsolete sigdelset() and recalc_sigpe... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: jffs2: fix the wrong usage of disallow_signal() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: mv {dis,}allow_signal() from sched.h/exit... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: cleanup the usage of t/current in do_sigaction() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: rename rm_from_queue_full() to flush_sigqueue_... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: kill rm_from_queue(), change prepare_signal... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: s/siginitset/sigemptyset/ in do_sigtimedwait() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | signals: kill sigfindinword() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Oleg Nesterov | ptrace: task_clear_jobctl_trapping()->wake_up_bit(... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Matthew Dempsky | ptrace: fix fork event messages across pid namespaces |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Alexey Dobriyan | Documentation/memory-barriers.txt: fix important typo... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | Documentation/filesystems/seq_file.txt: create_proc_ent... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Jacob Keller | Documentation/SubmittingPatches: describe the Fixes... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Manuel Schölling | fs/fat/inode.c: clean up string initializations (char... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Conrad Meyer | fs/fat/: add support for DOS 1.x formatted volumes |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hpfs: increase pr_warn level |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hpfs: use __func__ for logging |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hpfs: use pr_fmt for logging |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hpfs: convert printk to pr_foo() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/ufs/balloc.c: remove err parameter in ufs_add_fragments |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Christian Kujau | hfsplus: fix compiler warning on PowerPC |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hfsplus: fix pr_foo() and hfs_dbg formats |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Sergei Antonov | hfsplus: coding style fix for declarations in hfsplus_fs.h |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hfsplus/wrapper.c: replace shift loop by ilog2 |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Sergei Antonov | hfsplus: fix "unused node is not erased" error |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hfsplus/wrapper.c: replace min/casting by min_t |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hfsplus/options.c: replace seq_printf by seq_puts |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/hfsplus/bnode.c: replace min/casting by min_t |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Sergei Antonov | hfsplus: emit proper file type from readdir |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Hin-Tak Leung | hfsplus: remove unused routine hfsplus_attr_build_key_uni |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Hin-Tak Leung | hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Hin-Tak Leung | hfsplus: fix worst-case unicode to char conversion... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/coda: use __func__ |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/coda: logging prefix uniformization |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/coda: replace printk by pr_foo() |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/befs: kernel-doc fixes |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/befs/linuxvfs.c: remove positive test on sector_t |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/befs/btree.c: replace strncpy by strlcpy + coding... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fabian Frederick | fs/befs/linuxvfs.c: replace strncpy by strlcpy |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Jingoo Han | drivers/rtc/rtc-pxa.c: make of_device_id array const |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Jingoo Han | drivers/rtc/rtc-sa1100.c: make of_device_id array const |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Lokesh Vutla | drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Boris BREZILLON | ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCs |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Boris BREZILLON | rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Heiko Stuebner | drivers/rtc/rtc-hym8563.c: add optional clock-output... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Mike Frysinger | drivers/rtc/rtc-bfin.c: do not abort when requesting... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Sekhar Nori | drivers/rtc/rtc-omap.c: add support for enabling 32khz... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Sekhar Nori | drivers/rtc/rtc-omap.c: use BIT() macro |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Sekhar Nori | drivers/rtc/rtc-omap.c: remove multiple device id checks |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Opensource... | rtc: da9063: RTC driver |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Josef Gajdusek | drivers/rtc: add support for Microchip MCP795 |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Raghavendra... | drivers/rtc/rtc-ds1343.c: fix potential race condition |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Raghavendra... | rtc: fix build error |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Raghavendra... | drivers/rtc: add support for maxim dallas rtc ds1343... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Jingoo Han | rtc: rtc-palmas: make of_device_id array const |
commit | commitdiff | tree | snapshot |
next |