Age | Commit message (Expand) | Author | Files | Lines |
2014-10-24 | MIPS: ftrace: Fix a microMIPS build problem | Markos Chandras | 1 | -2/+2 |
2014-10-24 | MIPS: MSP71xx: Fix build error | Stefan Hengelein | 1 | -2/+2 |
2014-10-24 | fs: limit filesystem stacking depth | Miklos Szeredi | 3 | -0/+27 |
2014-10-24 | overlay: overlay filesystem documentation | Neil Brown | 2 | -0/+205 |
2014-10-24 | overlayfs: implement show_options | Erez Zadok | 1 | -28/+48 |
2014-10-24 | overlayfs: add statfs support | Andy Whitcroft | 1 | -0/+40 |
2014-10-24 | overlay filesystem | Miklos Szeredi | 10 | -0/+3284 |
2014-10-24 | shmem: support RENAME_WHITEOUT | Miklos Szeredi | 1 | -1/+35 |
2014-10-24 | ext4: support RENAME_WHITEOUT | Miklos Szeredi | 1 | -17/+78 |
2014-10-24 | vfs: add RENAME_WHITEOUT | Miklos Szeredi | 2 | -2/+7 |
2014-10-24 | vfs: add whiteout support | Miklos Szeredi | 2 | -0/+25 |
2014-10-24 | vfs: export check_sticky() | Miklos Szeredi | 3 | -26/+12 |
2014-10-24 | vfs: introduce clone_private_mount() | Miklos Szeredi | 2 | -0/+30 |
2014-10-24 | vfs: export __inode_permission() to modules | Miklos Szeredi | 3 | -1/+2 |
2014-10-24 | vfs: export do_splice_direct() to modules | Miklos Szeredi | 3 | -6/+4 |
2014-10-24 | vfs: add i_op->dentry_open() | Miklos Szeredi | 5 | -5/+40 |
2014-10-24 | Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -28/+21 |
2014-10-24 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 20 | -123/+528 |
2014-10-24 | Merge branches 'pm-cpuidle' and 'pm-cpufreq' | Rafael J. Wysocki | 6 | -37/+183 |
2014-10-24 | Merge branches 'acpi-pm' and 'pm-genirq' | Rafael J. Wysocki | 2 | -3/+5 |
2014-10-24 | Merge branch 'freezer' | Rafael J. Wysocki | 5 | -15/+79 |
2014-10-24 | Merge branch 'pm-qos' | Rafael J. Wysocki | 3 | -3/+33 |
2014-10-24 | Merge branches 'acpi-ec' and 'acpi-platform' | Rafael J. Wysocki | 2 | -38/+71 |
2014-10-24 | intel_pstate: Correct BYT VID values. | Dirk Brandewie | 1 | -1/+12 |
2014-10-24 | intel_pstate: Fix BYT frequency reporting | Dirk Brandewie | 1 | -6/+36 |
2014-10-24 | intel_pstate: Don't lose sysfs settings during cpu offline | Dirk Brandewie | 1 | -3/+3 |
2014-10-24 | cpufreq: intel_pstate: Reflect current no_turbo state correctly | Gabriele Mazzotta | 1 | -12/+36 |
2014-10-24 | cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers | Dirk Brandewie | 1 | -6/+17 |
2014-10-24 | cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy | Pali Rohár | 1 | -0/+1 |
2014-10-24 | Merge tag 'hwmon-for-linus-v3.18-rc2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2014-10-24 | PCI / PM: handle failure to enable wakeup on PCIe PME | Lucas Stach | 1 | -2/+4 |
2014-10-24 | ACPI: invoke acpi_device_wakeup() with correct parameters | Zhang Rui | 1 | -1/+1 |
2014-10-23 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 28 | -77/+176 |
2014-10-23 | MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabled | Markos Chandras | 1 | -1/+2 |
2014-10-23 | MIPS: Prevent compiler warning from cop2_{save,restore} | Paul Burton | 1 | -4/+4 |
2014-10-23 | MIPS: Kconfig: Add missing MIPS_CPS dependencies to PM and cpuidle | Markos Chandras | 2 | -1/+2 |
2014-10-23 | MIPS: idle: Remove leftover __pastwait symbol and its references | Markos Chandras | 2 | -10/+0 |
2014-10-23 | xen/pci: Allocate memory for physdev_pci_device_add's optarr | Boris Ostrovsky | 1 | -11/+16 |
2014-10-23 | x86/xen: panic on bad Xen-provided memory map | Martin Kelly | 1 | -0/+1 |
2014-10-23 | x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read() | Boris Ostrovsky | 1 | -1/+1 |
2014-10-23 | x86/xen: avoid race in p2m handling | Juergen Gross | 1 | -5/+5 |
2014-10-23 | x86/xen: delay construction of mfn_list_list | Juergen Gross | 3 | -55/+18 |
2014-10-23 | x86/xen: avoid writing to freed memory after race in p2m handling | Juergen Gross | 1 | -2/+6 |
2014-10-23 | xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered | Boris Ostrovsky | 1 | -0/+3 |
2014-10-23 | MIPS: Sibyte: Include the swarm subdir to the sb1250 LittleSur builds | Markos Chandras | 1 | -0/+1 |
2014-10-23 | MIPS: ptrace.h: Add a missing include | Aaro Koskinen | 1 | -0/+2 |
2014-10-23 | drm/cirrus: bind also to qemu-xen-traditional | Olaf Hering | 1 | -0/+2 |
2014-10-23 | ARM: dts: socfpga: Add a 3.3V fixed regulator node | Dinh Nguyen | 4 | -1/+34 |
2014-10-23 | ARM: dts: socfpga: Fix SD card detect | Dinh Nguyen | 1 | -1/+5 |
2014-10-23 | ARM: dts: socfpga: rename gpio nodes | Dinh Nguyen | 1 | -6/+6 |