index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ads7828.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."
Robert Moore
30
-115
/
+10
2014-03-18
ACPICA: Update version to 20140214.
Bob Moore
1
-1
/
+1
2014-03-18
ACPICA: Prevent infinite loops when traversing corrupted lists.
Bob Moore
3
-4
/
+32
2014-03-18
ACPICA: Debugger: Add missing objects; Traverse linked lists
Bob Moore
2
-34
/
+199
2014-03-18
ACPICA: Add text: ACPICA policy for new _OSI strings. No functional change.
Bob Moore
1
-0
/
+25
2014-03-18
ACPICA: Update for _PRP predefined name.
Bob Moore
1
-1
/
+1
2014-03-18
ACPICA: Cleanup/improve global variable declarations.
Lv Zheng
2
-201
/
+189
2014-03-18
ACPICA: Comment update - no functional change.
Bob Moore
6
-37
/
+37
2014-02-27
ACPICA: Do not abort _PRT repair on a single subpackage failure.
Bob Moore
1
-8
/
+9
2014-02-27
ACPICA: Harden _PRT repair code; check for minimum package length.
Bob Moore
1
-1
/
+7
2014-02-27
ACPICA: Restore code that repairs NULL package elements in return values.
Lv Zheng
1
-4
/
+21
2014-02-27
ACPICA: Properly handle NULL entries in _PRT return packages.
Lv Zheng
1
-3
/
+3
2014-02-27
ACPICA: Update conditional compilation flags for resource dump functions.
Lv Zheng
1
-1
/
+1
2014-02-27
ACPICA: Predefined names: Add support for the _PRP method.
Bob Moore
1
-0
/
+6
2014-02-27
ACPICA: Headers: Deploy #pragma pack (push) and (pop).
Bob Moore
30
-10
/
+115
2014-02-19
ACPI: Remove Kconfig symbol ACPI_PROCFS
Paul Bolle
6
-18
/
+0
2014-02-18
ACPI / APEI: Remove X86 redundant dependency for APEI GHES.
Tomasz Nowicki
1
-1
/
+1
2014-02-13
ACPICA: Add boot option to disable auto return object repair
Lv Zheng
2
-0
/
+19
2014-02-13
ACPICA: acpidump: Remove integer types translation protection.
Lv Zheng
2
-32
/
+34
2014-02-13
ACPICA: acpidump: Add sparse declarators support.
Lv Zheng
1
-0
/
+10
2014-02-13
ACPICA: Add "Windows 2013" string to _OSI support.
Bob Moore
1
-0
/
+1
2014-02-11
ACPICA: Update version to 20140114.
Bob Moore
1
-1
/
+1
2014-02-11
ACPICA: Add support for extra, optional OS-specific header file.
Lv Zheng
1
-0
/
+3
2014-02-11
ACPICA: Update the conditions to enable the utility resource dump strings.
Lv Zheng
6
-9
/
+9
2014-02-11
ACPICA: Debugger: Add new command to read/write/compare all namespace objects.
Bob Moore
1
-0
/
+2
2014-02-11
ACPICA: Correctly support references in the union acpi_object.
Bob Moore
1
-3
/
+3
2014-02-11
ACPICA: Update ACPICA copyrights to 2014.
Bob Moore
185
-185
/
+185
2014-02-11
ACPICA: Improve parameter validation for acpi_install_gpe_block.
Bob Moore
1
-0
/
+19
2014-02-11
ACPICA: Utilities: Load of local test tables is now optional.
Bob Moore
1
-1
/
+2
2014-02-11
ACPICA: Deploy new 32/64 printf support for table override mechanism.
Bob Moore
1
-7
/
+8
2014-02-11
ACPICA: Improve support for 32/64 bit physical addresses in printf().
Bob Moore
2
-13
/
+21
2014-02-10
Linux 3.14-rc2
v3.14-rc2
Linus Torvalds
1
-1
/
+1
2014-02-09
fix a kmap leak in virtio_console
Al Viro
1
-6
/
+3
2014-02-09
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
7
-25
/
+14
2014-02-09
Btrfs: fix data corruption when reading/updating compressed extents
Filipe David Borba Manana
1
-0
/
+2
2014-02-09
Btrfs: don't loop forever if we can't run because of the tree mod log
Josef Bacik
1
-0
/
+1
2014-02-09
btrfs: reserve no transaction units in btrfs_ioctl_set_features
David Sterba
1
-1
/
+1
2014-02-09
btrfs: commit transaction after setting label and features
Jeff Mahoney
1
-2
/
+2
2014-02-09
Btrfs: fix assert screwup for the pending move stuff
Josef Bacik
1
-5
/
+3
2014-02-08
jfs: fix generic posix ACL regression
Dave Kleikamp
1
-7
/
+7
2014-02-08
watchdog: dw_wdt: Add dependency on HAS_IOMEM
Richard Weinberger
1
-0
/
+1
2014-02-07
libceph: do not dereference a NULL bio pointer
Ilya Dryomov
1
-2
/
+6
2014-02-07
libceph: take map_sem for read in handle_reply()
Ilya Dryomov
1
-6
/
+11
2014-02-07
libceph: factor out logic from ceph_osdc_start_request()
Ilya Dryomov
1
-23
/
+39
2014-02-07
arm64: defconfig: Expand default enabled features
Mark Rutland
2
-4
/
+15
2014-02-07
arm64: asm: remove redundant "cc" clobbers
Will Deacon
4
-25
/
+21
2014-02-07
arm64: atomics: fix use of acquire + release for full barrier semantics
Will Deacon
5
-18
/
+35
2014-02-07
hwmon: (da9055) Remove use of regmap_irq_get_virq()
Adam Thomson
1
-4
/
+0
2014-02-06
mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq
KOSAKI Motohiro
1
-2
/
+4
2014-02-06
arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...
Tang Chen
1
-8
/
+11
[next]