| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: use kzalloc instead of kmalloc and memset | yan | 2012-10-06 | 1 | -7/+6 |
* | proc: no need to initialize proc_inode->fd in proc_get_inode() | yan | 2012-10-06 | 1 | -1/+0 |
* | proc: return -ENOMEM when inode allocation failed | yan | 2012-10-06 | 1 | -1/+1 |
* | coredump: extend core dump note section to contain file names of mapped files | Denys Vlasenko | 2012-10-06 | 3 | -4/+108 |
* | coredump: add a new elf note with siginfo of the signal | Denys Vlasenko | 2012-10-06 | 3 | -2/+36 |
* | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 2012-10-06 | 19 | -476/+513 |
* | coredump: pass siginfo_t* to do_coredump() and below, not merely signr | Denys Vlasenko | 2012-10-06 | 8 | -21/+21 |
* | coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 | Oleg Nesterov | 2012-10-06 | 2 | -2/+2 |
* | coredump: add support for %d=__get_dumpable() in core name | Oleg Nesterov | 2012-10-06 | 2 | -3/+9 |
* | coredump: update coredump-related headers | Alex Kelly | 2012-10-06 | 7 | -6/+15 |
* | coredump: make core dump functionality optional | Alex Kelly | 2012-10-06 | 6 | -27/+53 |
* | device_cgroup: rename whitelist to exception list | Aristeu Rozanski | 2012-10-06 | 1 | -99/+99 |
* | device_cgroup: convert device_cgroup internally to policy + exceptions | Aristeu Rozanski | 2012-10-06 | 1 | -98/+134 |
* | device_cgroup: introduce dev_whitelist_clean() | Aristeu Rozanski | 2012-10-06 | 1 | -5/+17 |
* | device_cgroup: add "deny_all" in dev_cgroup structure | Aristeu Rozanski | 2012-10-06 | 1 | -0/+5 |
* | kernel-doc: don't mangle whitespace in Example section | Daniel Santos | 2012-10-06 | 1 | -2/+7 |
* | kernel-doc: bugfix - empty line in Example section | Daniel Santos | 2012-10-06 | 1 | -1/+10 |
* | kernel-doc: bugfix - multi-line macros | Daniel Santos | 2012-10-06 | 1 | -0/+3 |
* | fat: simplify writeback_inode() | Namjae Jeon | 2012-10-06 | 1 | -9/+5 |
* | fat: no need to reset EOF in ent_put for FAT32 | Namjae Jeon | 2012-10-06 | 1 | -3/+0 |
* | fs/fat: fix checkpatch issues in fatent.c | Cruz Julian Bishop | 2012-10-06 | 1 | -4/+6 |
* | fs/fat: fix all other checkpatch issues in dir.c | Cruz Julian Bishop | 2012-10-06 | 1 | -9/+14 |
* | fs/fat: fix some small checkpatch issues in dir.c | Cruz Julian Bishop | 2012-10-06 | 1 | -7/+0 |
* | fs/fat: fix two checkpatch issues in cache.c | Cruz Julian Bishop | 2012-10-06 | 1 | -4/+6 |
* | fs/fat: chang indentation of some comments in fat.h | Cruz Julian Bishop | 2012-10-06 | 1 | -36/+36 |
* | fs/fat: fix some checkpatch issues in fat.h | Cruz Julian Bishop | 2012-10-06 | 1 | -3/+3 |
* | fs/fat: fix a checkpatch issue in namei_msdos.c | Cruz Julian Bishop | 2012-10-06 | 1 | -1/+1 |
* | fat (exportfs): fix dentry reconnection | Steven J. Magnani | 2012-10-06 | 6 | -137/+141 |
* | fat (exportfs): move NFS support code | Steven J. Magnani | 2012-10-06 | 4 | -131/+174 |
* | fat: use accessor function for msdos_dir_entry 'start' | Namjae Jeon | 2012-10-06 | 1 | -4/+2 |
* | hpfs: convert to use leXX_add_cpu() | Wei Yongjun | 2012-10-06 | 2 | -17/+17 |
* | drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chip | Michael Langer | 2012-10-06 | 1 | -0/+116 |
* | drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality | Paul Bolle | 2012-10-06 | 1 | -153/+4 |
* | drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq details | Venu Byravarasu | 2012-10-06 | 1 | -4/+1 |
* | rtc: kconfig: fix up dependency for ab8500 | Ulf Hansson | 2012-10-06 | 1 | -0/+1 |
* | drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-06 | 1 | -3/+14 |
* | drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-06 | 1 | -4/+16 |
* | drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-06 | 1 | -2/+11 |
* | drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-06 | 1 | -1/+6 |
* | drivers/rtc/rtc-s35390a.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-06 | 1 | -2/+11 |
* | drivers/rtc/rtc-x1205.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-06 | 1 | -14/+78 |
* | drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-06 | 1 | -4/+22 |
* | drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe() | Sachin Kamat | 2012-10-06 | 1 | -2/+2 |
* | rtc_sysfs_show_hctosys(): display 0 if resume failed | David Fries | 2012-10-06 | 4 | -5/+15 |
* | rtc: rtc-mxc: convert to module_platform_driver | Fabio Estevam | 2012-10-06 | 1 | -15/+5 |
* | rtc: rtc-mxc: adapt to the new i.mx clock framework | Fabio Estevam | 2012-10-06 | 1 | -6/+4 |
* | drivers/rtc/rtc-coh901331.c: use clk_prepare_enable() and clk_disable_unprepa... | Julia Lawall | 2012-10-06 | 1 | -2/+1 |
* | rtc: rc5t583: add ricoh rc5t583 RTC driver | Venu Byravarasu | 2012-10-06 | 4 | -0/+364 |
* | drivers/rtc/rtc-spear.c: fix several error checks | Lars-Peter Clausen | 2012-10-06 | 1 | -7/+5 |
* | drivers/rtc/rtc-jz4740.c: fix IRQ error check | Lars-Peter Clausen | 2012-10-06 | 1 | -1/+1 |