Commit Graph

883 Commits

Author SHA1 Message Date
Ben Hutchings 44ff4a9061 mmc_block: Increase max_devices and set MMC_BLOCK_MINORS to 256 (Closes: #765621)
svn path=/dists/sid/linux/; revision=21975
2014-10-26 02:26:08 +00:00
Ben Hutchings 7088f8b607 [x86] r8723au: Backport changes up to Linux 3.17 (Closes: #765685)
svn path=/dists/sid/linux/; revision=21973
2014-10-26 00:59:13 +00:00
Ian Campbell ef7bdfe485 [armhf] Backport device tree file for Olimex A20-OLinuXino-LIME. (Closes: #764967)
svn path=/dists/sid/linux/; revision=21948
2014-10-12 21:03:01 +00:00
Ian Campbell 9a00ff7db5 [armhf] Backport BananaPi device tree files. Patch from Karsten Merker (Closes: #763897)
svn path=/dists/sid/linux/; revision=21930
2014-10-03 22:01:31 +00:00
Ben Hutchings f266d22362 [s390*] syscall: Fix unimplented-syscall entries added before memfd_create() (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21877
2014-09-19 15:09:00 +00:00
Maximilian Attems 489295932d arm64: axe merged patch
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=21867
2014-09-18 12:35:53 +00:00
Ben Hutchings 11052da991 [arm*] Adjust __NR_syscalls for addition of memfd_create
svn path=/dists/sid/linux/; revision=21859
2014-09-16 19:16:29 +00:00
Ben Hutchings b41e2b7811 Add memfd_create() and shared memory sealing (Closes: #760702)
svn path=/dists/sid/linux/; revision=21855
2014-09-16 17:43:02 +00:00
Aurelien Jarno 718b0facc8 [powerpc/powerpc64,ppc64el] Backport more KVM patches from 3.17. Enable
KVM_BOOK3S_64_HV, KVM_BOOK3S_64_PR and KVM_XICS, but keep KVM_BOOK3S_64
disabled for now as it would trigger an ABI change (Partially addresses:
#761656).
usb/gadget: Enable USB_NET2280 as module

svn path=/dists/sid/linux/; revision=21849
2014-09-16 07:21:54 +00:00
Ben Hutchings 83eeb618bc sfc: Add support for Solarflare 7000 series 40G network adapters
Most of the necessary code already went into 3.12, so this is a small change.

svn path=/dists/sid/linux/; revision=21846
2014-09-15 02:44:00 +00:00
Ben Hutchings 732b455962 aufs: Update to aufs3.x-rcN-20140908
svn path=/dists/trunk/linux/; revision=21841
2014-09-13 06:32:37 +00:00
Ben Hutchings fc56a07b4e Update to 3.17-rc4
- Drop and refresh various patches which are included in or conflict with
  upstream
- Drop the patch restoring sm7xxfb, as no-one is maintaining it
- Disable aufs temporarily

svn path=/dists/trunk/linux/; revision=21840
2014-09-13 06:23:27 +00:00
Ian Campbell 64d07e85d9 [arm64] Backport xgene Ethernet and include phy-xgene in udebs
phy-xgene is needed for ahci_xgene not the Ethernet driver, so place in
sata-modules for now. While there move ahci_xgene from the toplevel list into
the arm64 specific list.

svn path=/dists/sid/linux/; revision=21828
2014-09-12 15:20:43 +00:00
Ben Hutchings ec2241f23d [armhf] deb-pkg: Add automatic support for armhf architecture
svn path=/dists/sid/linux/; revision=21827
2014-09-12 14:29:43 +00:00
Ben Hutchings 39f03a5534 [ppc64el] deb-pkg: Add support for powerpc little endian
svn path=/dists/sid/linux/; revision=21826
2014-09-12 14:24:52 +00:00
Ben Hutchings e77d849b25 Move x86-specific memtest patch into the right directory
svn path=/dists/sid/linux/; revision=21822
2014-09-12 13:42:28 +00:00
Ben Hutchings 7f39df6413 aufs: Update to aufs3.16-20140908
svn path=/dists/trunk/linux/; revision=21782
2014-09-08 01:24:43 +00:00
Ben Hutchings 132c1763b5 virtio-scsi: Implement change_queue_depth for virtscsi targets (Closes: #760324)
svn path=/dists/trunk/linux/; revision=21762
2014-09-07 02:52:06 +00:00
Aurelien Jarno 97ad3c8126 [powerpc,ppc64el] Backport KVM little endian support from 3.17.
svn path=/dists/trunk/linux/; revision=21758
2014-09-01 19:34:44 +00:00
Aurelien Jarno 5e776bb276 [mips*/loongson3] Backport Loongson 3B support from 3.17.
svn path=/dists/trunk/linux/; revision=21741
2014-08-24 18:45:12 +00:00
Ben Hutchings 015d7cd7da Merge changes from sid up to 3.14.15-1
svn path=/dists/trunk/linux/; revision=21704
2014-08-07 20:30:32 +00:00
Ben Hutchings fcbc00ea92 Update x32 syscall patch to block system calls >= 512 by default
System calls from x32 tasks are distinguished by having bit 30 set,
but they share the system call table with x86_64 so where parameter/
return value adjustment is needed there is a difference in the low
bits too.  The x32-specific calls are numbered from 512 and of course
are not present in the table if the kernel doesn't support x32.

This means we need to change both the maximum syscall number and the
mask instruction.

svn path=/dists/sid/linux/; revision=21689
2014-08-06 03:30:05 +00:00
Ben Hutchings 65d016b8bf Update to 3.14.15
- Drop two patches included upstream
- [rt] Refresh two patches with trivial conflicts

svn path=/dists/sid/linux/; revision=21685
2014-08-05 04:03:22 +00:00
Ben Hutchings a718693e7b [amd64] Enable X86_X32 (Closes: #708070)
- Reject x32 executables if x32 ABI not supported
- Make x32 syscall support conditional on a kernel parameter
- Enable X86_X32_DISABLED so that x32 support must be explicitly enabled

svn path=/dists/sid/linux/; revision=21634
2014-07-27 04:08:25 +00:00
Ben Hutchings d29a1a0e35 Remove unused Xen microcode patches
They don't apply to Linux 3.16, and current Xen can extract microcode
from the dom0 initramfs.

svn path=/dists/trunk/linux/; revision=21608
2014-07-21 16:10:27 +00:00
Ben Hutchings 659b610ffd Merge changes from sid up to 3.14.13-1
svn path=/dists/trunk/linux/; revision=21607
2014-07-21 16:08:39 +00:00
Ben Hutchings 4c7a8ce928 [rt] Update to 3.14.12-rt9 (no functional changes)
svn path=/dists/sid/linux/; revision=21596
2014-07-20 21:24:56 +00:00
Ian Campbell c618343c23 aufs: Update circular includes patch to version preferred by aufs upstream.
svn path=/dists/sid/linux/; revision=21594
2014-07-20 20:21:09 +00:00
Aurelien Jarno 240b7dc036 [mipsel/loongson3] Add support for Loongson 3 LS3A RS780E 1-way
boards.

svn path=/dists/sid/linux/; revision=21591
2014-07-20 17:47:13 +00:00
Aurelien Jarno 04fa02213e [mips/malta] Backport from upstream power management support for
Malta.

svn path=/dists/sid/linux/; revision=21588
2014-07-20 17:12:14 +00:00
Aurelien Jarno b9720c4878 [mips/octeon] Backport from upstream PCIe2 support and interface
mode detection for Octeon.

svn path=/dists/sid/linux/; revision=21585
2014-07-20 13:21:13 +00:00
Aurelien Jarno bedcc1d86e Backport mips configuration files changes and loongson 3 support from trunk
svn path=/dists/sid/linux/; revision=21583
2014-07-20 12:04:40 +00:00
Ian Campbell 06bdf13ff7 Update aufs3-remove-circular-includes.patch
Resolve the issues raised by bwh.

svn path=/dists/sid/linux/; revision=21582
2014-07-20 07:30:17 +00:00
Ben Hutchings d117cd8e48 Bump ABI to 2
svn path=/dists/sid/linux/; revision=21569
2014-07-19 18:55:27 +00:00
Ian Campbell cf12b5d989 [aufs] Fix build on arm64.
svn path=/dists/sid/linux/; revision=21568
2014-07-19 15:31:08 +00:00
Ben Hutchings 3594051131 Drop mvsas patch that finally made it upstream
svn path=/dists/trunk/linux/; revision=21550
2014-07-15 14:01:58 +00:00
Ben Hutchings 8c0bc75762 aufs: Update to aufs3.x-rcN-20140714 and reenable
svn path=/dists/trunk/linux/; revision=21549
2014-07-15 13:55:10 +00:00
Ben Hutchings 8166c80631 Refresh and reenable memcg disable patches
svn path=/dists/trunk/linux/; revision=21548
2014-07-15 13:02:14 +00:00
Maximilian Attems 2dc885a834 update to 3.16-rc4
* dump bunch of merged ARM patches and minor fixes
* fixup firmware printk patch

TODO: cgroups, xen microcode, kbuild nostdinc

svn path=/dists/trunk/linux/; revision=21541
2014-07-13 15:28:53 +00:00
Ben Hutchings be84d813a5 [rt] random: Restore interrupt randomness dropped in 3.14.10-rt6
svn path=/dists/sid/linux/; revision=21527
2014-07-11 16:55:20 +00:00
Ben Hutchings 3794c3fced [rt] Update to 3.14.10-rt7
svn path=/dists/sid/linux/; revision=21523
2014-07-11 02:29:07 +00:00
Ben Hutchings 54c5cfaaf7 Resolve rt conflicts with 3.14.10
svn path=/dists/sid/linux/; revision=21507
2014-07-07 00:16:47 +00:00
Ben Hutchings efebbfa5d6 Merge changes from sid up to 3.14.9-1
svn path=/dists/trunk/linux/; revision=21485
2014-07-01 01:23:29 +00:00
Ben Hutchings 26c56f7113 [rt] Fix latency histogram after "hrtimer: Set expiry time before switch_hrtimer_base()" in 3.14.6
svn path=/dists/sid/linux/; revision=21478
2014-06-29 02:31:36 +00:00
Ben Hutchings 834cec7463 aufs: Update to aufs3.14-20140616
svn path=/dists/sid/linux/; revision=21459
2014-06-17 17:49:05 +00:00
Ben Hutchings 8603f4cb92 Use https scheme in Bug-Debian field when updating aufs patches
svn path=/dists/sid/linux/; revision=21458
2014-06-17 16:04:58 +00:00
Ben Hutchings e412cd35de Use https scheme for Bug-Debian field in patch headers
svn path=/dists/sid/linux/; revision=21457
2014-06-17 16:02:46 +00:00
Ben Hutchings 2a5c1497c9 Update to 3.14.6
Drop patches applied upstream.

Resolve textual conflicts in the rt patches.

svn path=/dists/sid/linux/; revision=21413
2014-06-08 19:28:12 +00:00
Ian Campbell e3085210e9 Enable HDMI on imx6qdl-wandboard, SolidRun HummingBoard and Cubox -i. (Closes: #750406)
svn path=/dists/trunk/linux/; revision=21411
2014-06-08 07:13:53 +00:00
Ian Campbell ffab96be34 [armhf] Backport and enable sunxi MMC driver (Closes: #749484)
svn path=/dists/trunk/linux/; revision=21369
2014-06-01 19:15:32 +00:00
Ben Hutchings 1b04c94599 Update to 3.14.5
Drop some networking fixes that are included in it.

Update PREEMPT_RT patch series.

svn path=/dists/sid/linux/; revision=21368
2014-06-01 19:09:19 +00:00
Ben Hutchings f3eebacffb aufs: Update to aufs3.14-20140512
svn path=/dists/sid/linux/; revision=21335
2014-05-13 18:06:31 +00:00
Ben Hutchings abe58b9c4e [rt] Update to 3.14.3-rt5
svn path=/dists/sid/linux/; revision=21334
2014-05-13 18:04:41 +00:00
Ben Hutchings 653dca30c5 Update to 3.14.3
Refresh context in 2 rt patches.
Ignore removal of an IB symbol that probably isn't needed OOT.

svn path=/dists/sid/linux/; revision=21318
2014-05-11 18:56:22 +00:00
Ben Hutchings 13c1700f3a Update to 3.15-rc3
aufs: Update to aufs3.x-rcN-20140421
[rt] Disable until it is updated for 3.15 or later

Refresh/drop patches as appropriate; in particular:
- update filenames in fbdev patches
- drop the ARM sunxi backports, which came from 3.15

svn path=/dists/trunk/linux/; revision=21296
2014-05-02 01:45:17 +00:00
Ben Hutchings 338c83984c [armhf] ARM: sun4i: dt: Add bindings for USB clocks (fixes FTBFS, Closes: #746420)
svn path=/dists/sid/linux/; revision=21293
2014-05-01 01:18:31 +00:00
Ben Hutchings 8b72e42ed0 [rt] Drop obsolete fix for tty_flip_buffer_push()
The bug affects non-rt as well and was fixed by commit a9c3f68f3cd8
('tty: Fix low_latency BUG') which was backported in 3.14.2.

svn path=/dists/trunk/linux/; revision=21274
2014-04-28 00:38:24 +00:00
Ben Hutchings a2a6a1fe3e [armhf] Enable more Allwinner/sunxi drivers (Closes: #745972)
- spi: sunxi: Add Allwinner A31 SPI controller driver
- ARM: dt: sun4i: Add A10 SPI controller nodes
- PHY: sunxi: Add driver for sunxi usb phy
- ARM: sun4i: dt: Add USB host bindings
- Enable PHY_SUN4I_USB, RTC_DRV_SUNXI, SPI_SUN6I, USB_EHCI_HCD_PLATFORM,
  USB_OHCI_HCD_PLATFORM and CONFIG_SUNXI_WATCHDOG as modules


svn path=/dists/trunk/linux/; revision=21273
2014-04-27 13:46:49 +00:00
Ian Campbell 5c8f84221c [armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1
svn path=/dists/trunk/linux/; revision=21258
2014-04-21 15:52:21 +00:00
Ben Hutchings 7050896aac [x86] thinkpad_acpi: Add support for X1 Carbon 2nd generation's adaptive keyboard (Closes: #745252)
svn path=/dists/trunk/linux/; revision=21257
2014-04-21 12:32:03 +00:00
Ben Hutchings a2e93f6c4f [rt] Update to 3.14.0-rt1 and reenable
svn path=/dists/trunk/linux/; revision=21244
2014-04-16 23:10:15 +00:00
Ben Hutchings 0fc145e9db aufs: Update to aufs3.14-20140407 (no functional changes)
svn path=/dists/trunk/linux/; revision=21215
2014-04-08 02:09:26 +00:00
Ben Hutchings 06654b3b80 Switch all Bug-Debian URLs to https scheme
svn path=/dists/trunk/linux/; revision=21142
2014-03-15 15:45:47 +00:00
Ben Hutchings 4b183a0329 aufs: Update to aufs3.x-rcN-20140310
svn path=/dists/trunk/linux/; revision=21139
2014-03-15 14:34:25 +00:00
Ben Hutchings 07e9b9f710 Update to 3.14-rc5
Drop/refresh patches as necessary
- 'DocBook: Make mandocs parallel-safe' finally went upstream
- Firmware loading in cs46xx has been implemented upstream, including
  the 'new DSP' case

svn path=/dists/trunk/linux/; revision=21123
2014-03-06 02:36:41 +00:00
Ben Hutchings 68e6dd6f32 aufs: Update to aufs3.13-20140127 (no functional changes)
svn path=/dists/sid/linux/; revision=21109
2014-02-23 23:55:52 +00:00
Ben Hutchings 4652cd45e1 aufs: Update to aufs3.x-rcN-20140120
svn path=/dists/trunk/linux/; revision=20988
2014-01-20 03:35:11 +00:00
Ben Hutchings 34fdb2ec3b Update to 3.13
svn path=/dists/trunk/linux/; revision=20986
2014-01-20 03:23:41 +00:00
Ben Hutchings 049c93d9cc aufs: Update to aufs3.x-rcN-20131223
svn path=/dists/trunk/linux/; revision=20919
2013-12-26 12:22:27 +00:00
Ben Hutchings 1d47bf80a2 Merge changes from sid up to 3.12.6-1
bugfix/all/firmware_class-return-specific-errors-from-file-read.patch
and
bugfix/all/firmware_class-log-every-success-and-failure.patch needed
some substantial changes as similar but incomplete fixes have been
made upstream.

svn path=/dists/trunk/linux/; revision=20912
2013-12-21 19:24:24 +00:00
Ben Hutchings 947fbcc292 [rt] Disable until it is updated for 3.13 or later
svn path=/dists/trunk/linux/; revision=20910
2013-12-21 18:32:49 +00:00
Ben Hutchings 07c6e9355a Update to 3.13-rc4
Drop/refresh patches as appropriate.  Disable aufs for now.

Two of our longstanding patches finally went upstream.
CONFIG_MAGIC_SYSRQ_DEFAULT_MASK was renamed in the process so adjust
config accordingly.

svn path=/dists/trunk/linux/; revision=20909
2013-12-21 18:20:34 +00:00
Ben Hutchings d7b5ce3749 [rt] Update to 3.12.5-rt7
svn path=/dists/sid/linux/; revision=20906
2013-12-21 01:39:20 +00:00
Ben Hutchings 6f9eb577a6 media: az6007: support Technisat Cablestar Combo HDCI (minus remote) (Closes: #732106)
svn path=/dists/sid/linux/; revision=20893
2013-12-17 06:01:31 +00:00
Ben Hutchings 71edc68822 Update to 3.12.3
svn path=/dists/trunk/linux/; revision=20853
2013-12-05 06:35:57 +00:00
Ben Hutchings 55b4e74cc5 [rt] Update to 3.12.1-rt4
svn path=/dists/trunk/linux/; revision=20841
2013-12-02 05:10:45 +00:00
Ben Hutchings 2d8387abc3 aufs: Update to aufs3.12-20131111 (no functional change)
svn path=/dists/trunk/linux/; revision=20840
2013-12-02 05:01:41 +00:00
Ben Hutchings 94bed1121b [rt] Update to 3.12.0-rt2 and reenable
svn path=/dists/trunk/linux/; revision=20817
2013-11-22 01:00:09 +00:00
Ben Hutchings e835bd7651 aufs: Update to aufs3.x-rcN-20131104
mmap() holds reference to the union file as well as the branch file.
This behaviour requires an extra patch and used to be conditional on
CONFIG_AUFS_PROC_MAP.  It is now unconditional because otherwise the
aufs inode number may be reused and this can break userland file
caching.  So add the extra patch and drop our patch to disable
CONFIG_AUFS_PROC_MAP.

svn path=/dists/trunk/linux/; revision=20778
2013-11-04 03:23:54 +00:00
Ben Hutchings f8cb1622f0 aufs: Update to aufs3.x-rcN-20131014
svn path=/dists/trunk/linux/; revision=20751
2013-10-28 03:50:54 +00:00
Ben Hutchings 41685ecb47 Merge changes from sid up to 3.11.6-1
svn path=/dists/trunk/linux/; revision=20749
2013-10-28 03:43:18 +00:00
Ben Hutchings 94f037adb9 aufs: Update to aufs3.11-20131014
svn path=/dists/sid/linux/; revision=20734
2013-10-23 15:24:02 +00:00
Ben Hutchings ee546290ba Update to 3.12-rc5
Drop/refresh patches as needed.
Remove firmware from staging rtl8188eu driver.

svn path=/dists/trunk/linux/; revision=20714
2013-10-18 01:43:36 +00:00
Ben Hutchings 64cf010989 Merge unreleased changes from sid branch and reset changelog date
svn path=/dists/trunk/linux/; revision=20706
2013-10-16 23:33:08 +00:00
Ben Hutchings 61b855c5fa Remove patch to e_powersaver, which we don't build
svn path=/dists/trunk/linux/; revision=20693
2013-09-30 01:49:03 +00:00
Ben Hutchings cc87a96da2 Update 'DocBook: Make Documentation/DocBook -j clean' to be suitable for upstream
svn path=/dists/trunk/linux/; revision=20691
2013-09-30 01:07:52 +00:00
Ben Hutchings f11918b702 Update to 3.10.13
Drop various patches which were included in it.
Adjust context in one -rt patch.

svn path=/dists/sid/linux/; revision=20681
2013-09-29 19:22:46 +00:00
Ben Hutchings a9e300f8fb mvsas: Recognise device/subsystem 9485/9485 as 88SE9485
svn path=/dists/sid/linux/; revision=20637
2013-09-16 02:38:57 +00:00
Ben Hutchings 760f8946c2 aufs: Update to aufs3.x-rcN-20130909
svn path=/dists/trunk/linux/; revision=20609
2013-09-12 02:45:13 +00:00
Ben Hutchings 9c21ee4937 aufs: Update to aufs3.x-rcN-20130826
svn path=/dists/trunk/linux/; revision=20602
2013-09-11 01:58:44 +00:00
Ben Hutchings a0ce50e15f Merge changes from sid up to 3.10.11-1
svn path=/dists/trunk/linux/; revision=20600
2013-09-11 01:24:25 +00:00
Ben Hutchings 2fc55f7dc0 [x86] efi: Ensure efi-pstore is loaded on EFI systems
efi-pstore is now a separate module (dependent on efivars).  We still
want it to be auto-loaded to enable crash dumps on EFI systems, so add
another module alias.

While we're at it, explicitly set EFI_VARS_PSTORE=m matching what the
actual configuration will be.

svn path=/dists/sid/linux/; revision=20577
2013-09-08 16:19:58 +00:00
Ian Campbell de253fdc8f Bump ABI to 3, there is a change to elevator_init_fn() which I can't see how to fix.
svn path=/dists/sid/linux/; revision=20568
2013-09-07 16:43:46 +00:00
Ben Hutchings 253f2f8516 aufs: Update to aufs3.10-20130826
With a minor security fix to it:
aufs: mvdown, don't let unprivileged users provoke a WARNING

svn path=/dists/sid/linux/; revision=20535
2013-08-31 17:52:31 +00:00
Ben Hutchings c72912f8a1 [rt] Update to 3.10.10-rt7
svn path=/dists/sid/linux/; revision=20532
2013-08-30 03:21:54 +00:00
Ben Hutchings 283813ab80 Update to 3.10.10
svn path=/dists/sid/linux/; revision=20531
2013-08-30 03:04:20 +00:00
Ben Hutchings 06a0e0f4c1 [rt] Update to 3.10.6-rt3
svn path=/dists/sid/linux/; revision=20515
2013-08-17 13:23:28 +00:00
Ben Hutchings db19f6533d Avoid ABI changes due to fixes in 3.10.6 and 3.10.7
Revert PowerPC fix for TM, which we don't enable.
Rearrange some other fields to be backward-compatible.

svn path=/dists/sid/linux/; revision=20503
2013-08-17 01:21:00 +00:00
Ben Hutchings d8699be530 [rt] Resolve textual conflict with ARM vectors page changes in 3.10.6
svn path=/dists/sid/linux/; revision=20497
2013-08-15 19:03:07 +00:00
Ben Hutchings 5e1f3af2bf aufs: Update to aufs3.x-rcN-20130805
svn path=/dists/trunk/linux/; revision=20460
2013-08-08 11:09:40 +00:00
Ben Hutchings b5176126ac kconfig: Change value of SYMBOL_NEW to not conflict with SYMBOL_NEED_SET_CHOICE_VALUES
svn path=/dists/trunk/linux/; revision=20459
2013-08-08 09:23:17 +00:00
Ben Hutchings 8458336937 Merge changes from sid up to 3.10.5-1
Exclude rt featureset addition.

svn path=/dists/trunk/linux/; revision=20458
2013-08-08 08:29:51 +00:00
Ben Hutchings b888e2c5a2 aufs: Update to aufs3.10-20130805
svn path=/dists/sid/linux/; revision=20452
2013-08-07 13:30:23 +00:00
Ben Hutchings 7666bbcb16 [rt] genpatch.py: Fix parsing of upstream patches with no header
svn path=/dists/sid/linux/; revision=20451
2013-08-07 13:04:39 +00:00
Ben Hutchings 4cef35b5d8 [rt] Update to 3.10.4-rt1 and reenable
svn path=/dists/sid/linux/; revision=20450
2013-08-07 12:53:18 +00:00
Ben Hutchings 14b281b156 [rt] genpatch.py: Accept missing series-rt
svn path=/dists/sid/linux/; revision=20449
2013-08-07 12:46:30 +00:00
Ben Hutchings 0afc9c2c5c aufs: Update to aufs3.x-rcN-20130722
svn path=/dists/trunk/linux/; revision=20405
2013-07-22 04:19:54 +00:00
Ben Hutchings 1669b35019 Update to 3.11-rc2
Drop patches applied upstream; refresh the rest.
Disable aufs until it's updated.


svn path=/dists/trunk/linux/; revision=20404
2013-07-22 04:06:03 +00:00
Ben Hutchings b8aaca8ceb iwlwifi: Update 3160 and 7260 support to work with production firmware
svn path=/dists/sid/linux/; revision=20366
2013-07-18 04:02:08 +00:00
Ben Hutchings e0193dba93 Make patch directory and forwarded states consistent
Anything Debian-specific should have 'Forwarded: not-needed' and
be in debian/.

Anything that could plausibly go upstream (maybe with significant
rework) should have an 'Origin' or 'Forwarded: no' header and
be under bugfix/ or features/.

I haven't worked out what to do with debian/dfsg/; most of those
changes ought to go upstream eventually in some form.

svn path=/dists/trunk/linux/; revision=20321
2013-07-01 06:07:37 +00:00
Ben Hutchings 2d05e27b23 Update to 3.10
alx: Use upstream minimal driver

svn path=/dists/trunk/linux/; revision=20319
2013-07-01 05:43:38 +00:00
Ben Hutchings ed5df88d6d [rt] Remove stale patches
svn path=/dists/trunk/linux/; revision=20313
2013-07-01 04:14:26 +00:00
Ben Hutchings db3f17661b [rt] genpatch.py: Add Origin header to all patches
svn path=/dists/trunk/linux/; revision=20312
2013-07-01 04:12:55 +00:00
Ben Hutchings 326f255d1f [rt] Fold convert-series into genpatch.py
In the process, stop stripping localversion.patch from an upstream
patch series, which we already stopped doing when exporting patches
from git.

svn path=/dists/trunk/linux/; revision=20310
2013-07-01 03:29:39 +00:00
Ben Hutchings 655014b03d [rt] Make genpatch.py work with upstream patch series as well as git
svn path=/dists/trunk/linux/; revision=20309
2013-07-01 03:06:18 +00:00
Ben Hutchings fba2719096 debian/patches: Convert all upstream references to Origin URLs
Refer to Andrew Morton's 'mmotm' patch queue instead of the
corresponding volatile hashes in linux-next.

Use https where possible.

svn path=/dists/trunk/linux/; revision=20306
2013-07-01 02:34:51 +00:00
Ben Hutchings 1c7c32f96f aufs: Add DEP-5 headers to generated/copied headers
svn path=/dists/trunk/linux/; revision=20304
2013-07-01 01:52:32 +00:00
Ben Hutchings a541a240b5 debian/patches: Add DEP-5 headers (From, Subject, Forwarded/Origin) for most patches
svn path=/dists/trunk/linux/; revision=20303
2013-07-01 01:12:30 +00:00
Ben Hutchings 3353739262 [armhf/armmp] Add EMAC ethernet driver found on Allwinner A10 SoCs (Closes: #711998)
- Add MDIO bus driver for the Allwinner EMAC
- Add EMAC controller node to sun4i DTSI
- cubieboard: Enable ethernet (EMAC) support in dts
- Add EMAC Controller to Hackberry dt

All cherry-picked by Niall Walsh

svn path=/dists/trunk/linux/; revision=20250
2013-06-13 01:17:37 +00:00
Ben Hutchings 3e8af05f43 alx: Update VLAN tag handling for 3.10
svn path=/dists/trunk/linux/; revision=20184
2013-06-03 01:43:38 +00:00
Ben Hutchings 94fb5ddd6d Update verbose listnewconfig patch for 3.10
svn path=/dists/trunk/linux/; revision=20178
2013-06-02 20:23:07 +00:00
Ben Hutchings 41bc6e7895 Update to 3.10-rc3
Refresh/drop various patches.

aufs: Update to aufs3.x-rcN-20130520

svn path=/dists/trunk/linux/; revision=20176
2013-06-02 18:14:09 +00:00
Ben Hutchings aeb267ea27 Merge changes from sid up to 3.9.4-1
svn path=/dists/trunk/linux/; revision=20174
2013-06-02 16:44:22 +00:00
Arnaud Patard 6a4c912d6f - backport fixes/support from newer kernels needed by some arm platforms
- add some fixes to make some arm-related drivers work when used as module and not built-in

svn path=/dists/sid/linux/; revision=20160
2013-05-31 22:09:44 +00:00
Ben Hutchings c8d072c2c9 Merge changes from experimental
3.8.y is dead, long live 3.9.y.
Drop 'experimental' from the version.

svn path=/dists/sid/linux/; revision=20138
2013-05-30 01:34:59 +00:00
Ben Hutchings f49f3f44fd aufs: Update to aufs3.9-20130506
svn path=/dists/trunk/linux/; revision=20080
2013-05-12 01:04:27 +00:00
Ben Hutchings e8fb402f48 Merge changes from sid up to 3.8.12-1
svn path=/dists/trunk/linux/; revision=20079
2013-05-12 00:53:14 +00:00
Ben Hutchings 46ec21bf0b linux-doc: Include aufs documentation
svn path=/dists/sid/linux/; revision=20062
2013-05-09 00:41:03 +00:00
Ben Hutchings 8994c1719a aufs: Update to aufs3.8-20130506
svn path=/dists/sid/linux/; revision=20061
2013-05-09 00:37:34 +00:00
Ben Hutchings 82a0dd1f08 [rt] Update to 3.8.11-rt8
svn path=/dists/sid/linux/; revision=20060
2013-05-09 00:22:02 +00:00
Ben Hutchings b59c576e26 Merge changes from sid up to 3.8.11-1
svn path=/dists/trunk/linux/; revision=20053
2013-05-06 22:10:37 +00:00
Ben Hutchings 56e6ea5572 Update to 3.9
Drop many patches and refresh a few others.
[rt] Disable until it is updated for Linux 3.9 or later

svn path=/dists/trunk/linux/; revision=20052
2013-05-06 21:53:29 +00:00
Ben Hutchings d55331e7c9 Add script to regenerate rt patch series from git
svn path=/dists/sid/linux/; revision=20025
2013-05-04 20:44:04 +00:00
Ben Hutchings 743abfd5dc Remove vserver patch directory - it's not coming back
svn path=/dists/sid/linux/; revision=20020
2013-05-04 20:35:10 +00:00
Ben Hutchings ca432f1977 aufs: Update to aufs3.8-20130325
svn path=/dists/sid/linux/; revision=20015
2013-05-04 17:47:27 +00:00
Ben Hutchings 88008b9052 [rt] Update to 3.8.10-rt6
svn path=/dists/sid/linux/; revision=20013
2013-05-04 17:38:42 +00:00
Ben Hutchings 3577682f77 Add script to regenerate rt patch series from git
svn path=/dists/sid/linux/; revision=19981
2013-04-28 19:00:37 +00:00
Ben Hutchings 0f9c18bf1a drm, agp: Update to 3.4.39
svn path=/dists/sid/linux/; revision=19974
2013-04-11 04:39:28 +00:00
Ben Hutchings ffe9c6073c Add upstream commit reference or 'Forwarded: not-needed' to patches
In some cases the final upstream commit message was substantially
different, so copy that as well.

svn path=/dists/sid/linux/; revision=19967
2013-04-01 01:24:44 +00:00
Ben Hutchings 8acf7f00d7 Change Kirkwood patch headers to DEP-3 and usual upstream commit reference format
svn path=/dists/sid/linux/; revision=19966
2013-04-01 01:22:54 +00:00
Ben Hutchings a1ca5838a2 [rt] Update to 3.2.42-rt62
svn path=/dists/sid/linux/; revision=19959
2013-03-31 17:21:42 +00:00
Ben Hutchings 57f837632d [rt] wireless: orinoco_usb is BROKEN
svn path=/dists/trunk/linux/; revision=19958
2013-03-31 06:35:08 +00:00
Ben Hutchings 132da77e36 Update to 3.2.42; drm, agp: Update to 3.4.38
svn path=/dists/sid/linux/; revision=19957
2013-03-31 05:16:07 +00:00
Ben Hutchings 91831f762f [rt] Update to 3.8.4-rt2 and reenable
svn path=/dists/trunk/linux/; revision=19956
2013-03-31 03:53:40 +00:00
Ben Hutchings 3df7d8a60d Input: add support for Cypress PS/2 Trackpads (Closes: #703607), thanks to Apollon Oikonomopoulos
svn path=/dists/sid/linux/; revision=19952
2013-03-27 14:12:25 +00:00
Ben Hutchings 10f7c2ed0f [rt] Update to 3.2.40-rt60
svn path=/dists/sid/linux/; revision=19935
2013-03-22 18:24:08 +00:00
Ben Hutchings cf0d71bd3b [rt] Resolve a tricky conflict with an hrtimer fix in 3.2.40
svn path=/dists/sid/linux/; revision=19929
2013-03-21 05:25:15 +00:00
Ben Hutchings 1df6e18669 drm, agp: Update to 3.4.37
svn path=/dists/sid/linux/; revision=19925
2013-03-21 00:56:25 +00:00
Ben Hutchings 8542c98990 Update to 3.2.41
svn path=/dists/sid/linux/; revision=19924
2013-03-21 00:43:02 +00:00
Ben Hutchings dc2bf92471 aufs: Update to aufs3.8-20130311
svn path=/dists/trunk/linux/; revision=19910
2013-03-10 01:48:39 +00:00