You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Linus Torvalds
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
...
Pull VFS updates from Al Viro,
Misc cleanups all over the place, mainly wrt /proc interfaces (switch
create_proc_entry to proc_create(), get rid of the deprecated
create_proc_read_entry() in favor of using proc_create_data() and
seq_file etc).
7kloc removed.
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (204 commits)
don't bother with deferred freeing of fdtables
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
proc: Make the PROC_I() and PDE() macros internal to procfs
proc: Supply a function to remove a proc entry by PDE
take cgroup_open() and cpuset_open() to fs/proc/base.c
ppc: Clean up scanlog
ppc: Clean up rtas_flash driver somewhat
hostap: proc: Use remove_proc_subtree()
drm: proc: Use remove_proc_subtree()
drm: proc: Use minor->index to label things, not PDE->name
drm: Constify drm_proc_list[]
zoran: Don't print proc_dir_entry data in debug
reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()
proc: Supply an accessor for getting the data from a PDE's parent
airo: Use remove_proc_subtree()
rtl8192u: Don't need to save device proc dir PDE
rtl8187se: Use a dir under /proc/net/r8180/
proc: Add proc_mkdir_data()
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
proc: Move PDE_NET() to fs/proc/proc_net.c
...
12 years ago
..
acpica
ACPICA: Add a lock to the internal object reference count mechanism
12 years ago
apei
ACPI / APEI: fix error status check condition for CPER
12 years ago
Kconfig
Merge branch 'acpi-assorted'
12 years ago
Makefile
ACPI / scan: Add special handler for Intel Lynxpoint LPSS devices
12 years ago
ac.c
procfs: new helper - PDE_DATA(inode)
12 years ago
acpi_i2c.c
ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()
12 years ago
acpi_ipmi.c
…
acpi_lpss.c
ACPI / LPSS: make code less confusing for reader
12 years ago
acpi_memhotplug.c
ACPI / memhotplug: Remove info->failed bit
12 years ago
acpi_pad.c
ACPI / acpi_pad: Used PTR_RET
12 years ago
acpi_platform.c
ACPI / scan: Add special handler for Intel Lynxpoint LPSS devices
12 years ago
battery.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
12 years ago
bgrt.c
…
blacklist.c
…
bus.c
ACPI: replace kmalloc+memcpy with kmemdup
12 years ago
button.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
12 years ago
cm_sbs.c
…
container.c
Merge branch 'acpi-assorted'
12 years ago
csrt.c
ACPI: add support for CSRT table
12 years ago
custom_method.c
The sweeping change is to make add_taint() explicitly indicate whether to disable
12 years ago
debugfs.c
…
device_pm.c
ACPI / PM: Fix potential problem in acpi_device_get_power()
12 years ago
dock.c
ACPI / hotplug: Fix concurrency issues and memory leaks
12 years ago
ec.c
ACPI: Remove useless type argument of driver .remove() operation
12 years ago
ec_sys.c
…
event.c
…
fan.c
ACPI / fan: avoid null pointer deference error
12 years ago
glue.c
ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type
12 years ago
hed.c
ACPI: Remove useless type argument of driver .remove() operation
12 years ago
internal.h
Merge branch 'acpi-lpss'
12 years ago
numa.c
x86, ACPI, mm: Revert movablemem_map support
12 years ago
nvs.c
…
osl.c
ACPI: Fix wrong parameter passed to memblock_reserve
12 years ago
pci_irq.c
PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers
12 years ago
pci_link.c
ACPI: Set length even for TYPE_END_TAG acpi resource
12 years ago
pci_root.c
Power management and ACPI updates for 3.10-rc1
12 years ago
pci_slot.c
PCI/ACPI: Handle PCI slot devices when creating/destroying PCI buses
12 years ago
power.c
Merge branch 'acpi-pm'
12 years ago
proc.c
procfs: new helper - PDE_DATA(inode)
12 years ago
processor_core.c
ACPI / processor: Remove redundant NULL check before kfree
12 years ago
processor_driver.c
ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0
12 years ago
processor_idle.c
cpuidle: remove en_core_tk_irqen flag
12 years ago
processor_perflib.c
acpi: Export the acpi_processor_get_performance_info
12 years ago
processor_thermal.c
ACPI / processor_thermal: avoid null pointer deference error
12 years ago
processor_throttling.c
ACPI: suppress compiler warnings in processor_throttling.c
12 years ago
reboot.c
…
resource.c
ACPI: remove unnecessary INIT_LIST_HEAD
12 years ago
sbs.c
proc: Supply a function to remove a proc entry by PDE
12 years ago
sbshc.c
ACPI: Remove useless type argument of driver .remove() operation
12 years ago
sbshc.h
…
scan.c
Power management and ACPI updates for 3.10-rc1
12 years ago
sleep.c
ACPI / PM: fix suspend and resume on Sony Vaio VGN-FW21M
12 years ago
sleep.h
ACPI: Drop power resources driver
12 years ago
sysfs.c
ACPI / hotplug: Make acpi_hotplug_profile_ktype static
12 years ago
tables.c
ACPICA: Cleanup table handler naming conflicts.
12 years ago
thermal.c
ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip points
12 years ago
utils.c
…
video.c
ACPI: video: correct acpi_video_bus_add error processing
12 years ago
video_detect.c
ACPI: Remove acpi_device dependency in acpi_device_set_id()
12 years ago
wakeup.c
…