Commit Graph

383 Commits

Author SHA1 Message Date
Ben Hutchings dbff313c1c ACPI battery: only refresh the sysfs files when pertinent information changes (Closes: #670958)
svn path=/dists/sid/linux-2.6/; revision=19019
2012-05-21 01:40:25 +00:00
Ben Hutchings 214e4a8ace rt2800usb: Add support for Ralink RT5392/RF5372 chipset (Closes: #673186)
Backported by Jonathan Nieder.

svn path=/dists/sid/linux-2.6/; revision=19018
2012-05-21 01:35:02 +00:00
Ben Hutchings 44aa667c12 Add KVM fixes requested and queued for 3.2.19
svn path=/dists/sid/linux-2.6/; revision=19016
2012-05-21 01:12:54 +00:00
Ben Hutchings 930598230b Update to 3.2.18
svn path=/dists/sid/linux-2.6/; revision=19015
2012-05-21 00:06:12 +00:00
Ben Hutchings a6b80d072f rt2800usb: Re-enable powersaving by default
We've disabled powersaving for rt2800usb with a patch since 2.6.38-2,
as it resulted in very high latency then.

It looks like this has been fixed by commits
1c0bcf89d85cc97a0d9ce4cd909351a81fa4fdde ('rt2x00: Add autowake
support for USB hardware') and
5f0dd296a01c8173fcc05a8b262a1168ae90bc74 ('rt2x00: Implement
tx_frames_pending mac80211 callback function.').

Just comment-out the patch for now, in case we have to revert this.

svn path=/dists/sid/linux-2.6/; revision=19005
2012-05-17 01:33:39 +00:00
Ben Hutchings b8ab1403bc Drop obsolete 'mips/ide: flush dcache also if icache does not snoop dcache'
We no longer enable IDE drivers on MIPS, and libata uses
flush_dcache_page() which has the right condition.

svn path=/dists/sid/linux-2.6/; revision=19004
2012-05-17 01:18:19 +00:00
Ben Hutchings 875476dfff Drop obsolete 'Skip looking for ioapic overrides when ioapics are not present'
The bug was fixed slightly differently upstream in Linux 2.6.38 by
commit 678301ecadec24ff77ab310eebf8a32ccddb1850
('x86, ioapic: Don't warn about non-existing IOAPICs if we have none')

svn path=/dists/sid/linux-2.6/; revision=19003
2012-05-17 00:55:37 +00:00
Ben Hutchings 56681910b7 wacom: Add support for various tablet models (Closes: #671801)
Mostly cherry-picked by Jonathan Nieder from input-next.
I've added one extra fix on the end.

svn path=/dists/sid/linux-2.6/; revision=19001
2012-05-16 02:01:40 +00:00
Ben Hutchings 88590a0642 Avoid symbol version changes for some binary-compatible structure changes
svn path=/dists/sid/linux-2.6/; revision=18998
2012-05-12 13:52:25 +00:00
Ben Hutchings 5f9b292b8a Add/note KVM security fixes
svn path=/dists/sid/linux-2.6/; revision=18997
2012-05-12 11:16:51 +00:00
Ben Hutchings 083d79dd26 sky2: propogate rx hash when packet is copied
svn path=/dists/sid/linux-2.6/; revision=18993
2012-05-12 10:10:33 +00:00
Ben Hutchings 49bfc8e1cb sky2: fix receive length error in mixed non-VLAN/VLAN traffic (Closes: #492853)
svn path=/dists/sid/linux-2.6/; revision=18992
2012-05-12 10:03:30 +00:00
Ben Hutchings 79fb5c5107 NFSv4: Revalidate uid/gid after open (Closes: #659111)
svn path=/dists/sid/linux-2.6/; revision=18991
2012-05-12 09:37:26 +00:00
Ben Hutchings fade358191 brcm80211: smac: pass missing argument to 'brcms_b_mute'
svn path=/dists/sid/linux-2.6/; revision=18990
2012-05-12 09:30:01 +00:00
Ben Hutchings 763201715b Update to 3.2.17
svn path=/dists/sid/linux-2.6/; revision=18989
2012-05-11 22:47:31 +00:00
Ben Hutchings 43eb0a755b ext4: Report max_batch_time option correctly (Closes: #654206)
svn path=/dists/sid/linux-2.6/; revision=18970
2012-05-01 01:45:51 +00:00
Ben Hutchings 3d3c896f19 Avoid ABI change from EFI stub support
svn path=/dists/sid/linux-2.6/; revision=18961
2012-04-29 15:06:38 +00:00
Ben Hutchings 33398c2c85 Add yet more dependencies for the EFI stub fix
svn path=/dists/sid/linux-2.6/; revision=18960
2012-04-29 06:58:16 +00:00
Ben Hutchings 5f6354e7f6 Add another dependency for x86 EFI stub
svn path=/dists/sid/linux-2.6/; revision=18959
2012-04-29 04:28:38 +00:00
Ben Hutchings e1cdd9a89a Revert "autofs: work around unhappy compat problem on x86-64". Reopens #633423.
svn path=/dists/sid/linux-2.6/; revision=18958
2012-04-29 04:21:01 +00:00
Ben Hutchings 9eb70b74e9 [x86] i915: Fix integer overflows in i915_gem_{do_execbuffer,execbuffer2}
svn path=/dists/sid/linux-2.6/; revision=18957
2012-04-27 04:13:31 +00:00
Ben Hutchings 1b923af2ff Apply upstream bug fixes for EFI stub support
svn path=/dists/sid/linux-2.6/; revision=18956
2012-04-27 03:36:24 +00:00
Ben Hutchings c5f48a38f4 NFSv4: Fix error handling and improve error reporting for file locking (Closes: #669270)
- Rate limit the state manager for lock reclaim warning messages
- Ensure that the LOCK code sets exception->inode
- Ensure that we check lock exclusive/shared type against open modes

svn path=/dists/sid/linux-2.6/; revision=18955
2012-04-27 02:44:50 +00:00
Ben Hutchings 0e8fbf9d05 brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing
svn path=/dists/sid/linux-2.6/; revision=18953
2012-04-26 04:05:57 +00:00
Ben Hutchings 9ec2630fc6 [x86] Add EFI boot stub support (Closes: #669033)
svn path=/dists/sid/linux-2.6/; revision=18952
2012-04-25 03:16:59 +00:00
Ben Hutchings ab311c8fc4 Update to 3.2.16
svn path=/dists/sid/linux-2.6/; revision=18945
2012-04-23 01:03:13 +00:00
Ben Hutchings 42b05226a6 rt2x00: Identify rt2800usb chipsets. (Closes: #658067)
svn path=/dists/sid/linux-2.6/; revision=18944
2012-04-21 14:30:54 +00:00
Ben Hutchings 694fb17c47 [ia64] Fix futex_atomic_cmpxchg_inatomic() (Closes: #659485)
svn path=/dists/sid/linux-2.6/; revision=18932
2012-04-16 01:28:28 +00:00
Ben Hutchings 6d0e915de9 Update to 3.2.15
svn path=/dists/sid/linux-2.6/; revision=18924
2012-04-14 04:47:06 +00:00
Ben Hutchings 43569a1e44 hugetlb: fix race condition in hugetlb_fault()
svn path=/dists/sid/linux-2.6/; revision=18923
2012-04-13 03:01:31 +00:00
Ben Hutchings 52fc1edcc2 nfs: Fix length of buffer copied in __nfs4_get_acl_uncached
svn path=/dists/sid/linux-2.6/; revision=18922
2012-04-09 04:05:34 +00:00
Ben Hutchings 3121d09256 [x86] hv: Update all Hyper-V drivers to 3.4-rc1 (Closes: #661318)
svn path=/dists/sid/linux-2.6/; revision=18921
2012-04-09 00:47:41 +00:00
Ben Hutchings c31d2a0d11 Add a blank line so that it's clear which patches the comments apply to
svn path=/dists/sid/linux-2.6/; revision=18920
2012-04-08 23:40:21 +00:00
Ben Hutchings 41488824b8 drm/radeon/kms: fix fans after resume (Closes: #596741)
svn path=/dists/sid/linux-2.6/; revision=18919
2012-04-08 21:58:50 +00:00
Ben Hutchings 5db093463e TOMOYO: Fix mount flags checking order.
svn path=/dists/sid/linux-2.6/; revision=18918
2012-04-08 21:40:08 +00:00
Ben Hutchings 7f24df4a4e [x86] drm/i915: mask transcoder select bits before setting them on LVDS (Closes: #660394)
svn path=/dists/sid/linux-2.6/; revision=18915
2012-04-07 17:40:29 +00:00
Ben Hutchings db877bcfb5 Fix path to orion5x patch
svn path=/dists/sid/linux-2.6/; revision=18914
2012-04-07 17:39:32 +00:00
Ben Hutchings 4ffe012c6f [armel/orion5x] Fix GPIO enable bits for MPP9 (Closes: #667446)
svn path=/dists/sid/linux-2.6/; revision=18913
2012-04-07 04:18:14 +00:00
Ben Hutchings 4a06153ba7 [x86] ioat: fix size of completion for Xen (Closes: #660554)
svn path=/dists/sid/linux-2.6/; revision=18911
2012-04-07 02:43:08 +00:00
Ben Hutchings 4d25e70196 Revert "rtc: Provide flag for rtc devices that don't support UIE"
This reverts commit 61d38cd909ad35ff497bf1a84cd57b2baf6d9c49.
It changes ABI and is only needed for rtc-mpc5121 which we don't
enable.

svn path=/dists/sid/linux-2.6/; revision=18904
2012-04-04 04:35:20 +00:00
Ben Hutchings 54b2da19c7 Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries"
This reverts commit 273fb194e86b795b08a724c7646d0f694949070b.
It is reported to break Xen support (not sure which domains/modes).

svn path=/dists/sid/linux-2.6/; revision=18903
2012-04-04 01:11:21 +00:00
Ben Hutchings 78b9c64209 Revert "CIFS: Respect negotiated MaxMpxCount"
This reverts commit a3f7edf2fcb8e3e9c530c596a6c07479aeed418b.
It's a high-risk change which hasn't been well-tested yet.  Leave it a
while to see if further fixes are needed.

svn path=/dists/sid/linux-2.6/; revision=18900
2012-04-03 03:11:24 +00:00
Ben Hutchings 1fbc8d01ff Update to 3.2.14
Drop some patches that are included in this.

svn path=/dists/sid/linux-2.6/; revision=18899
2012-04-03 02:52:51 +00:00
Ben Hutchings 5da05a3637 PCI: ASPM: Fix pcie devices with non-pcie children (Closes: #665420)
svn path=/dists/sid/linux-2.6/; revision=18898
2012-04-01 22:43:12 +00:00
Bastian Blank 642568c7f8 * debian/changelog: Set version to 3.2.13-1.
* debian/patches: Remove merged patches.

svn path=/dists/sid/linux-2.6/; revision=18888
2012-03-25 17:15:51 +00:00
Ben Hutchings 54502859ca kbuild: do not check for ancient modutils tools
svn path=/dists/sid/linux-2.6/; revision=18873
2012-03-21 03:18:35 +00:00
Ben Hutchings 0cba0b9cb4 Add networking patches from stable queue
svn path=/dists/sid/linux-2.6/; revision=18863
2012-03-20 04:32:41 +00:00
Ben Hutchings 690e21f586 block: fix __blkdev_get and add_disk race condition
svn path=/dists/sid/linux-2.6/; revision=18860
2012-03-20 03:18:49 +00:00
Ben Hutchings e9f13e1973 epoll: Don't limit non-nested epoll paths
svn path=/dists/sid/linux-2.6/; revision=18859
2012-03-20 03:14:58 +00:00
Bastian Blank 73c104dd0d * debian/changelog: Set version to 3.2.12-1.
* debian/patches: Remove merged and fix-up patches.

svn path=/dists/sid/linux-2.6/; revision=18857
2012-03-19 17:13:02 +00:00