Revisions of kernel-source

Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 11)
- RDMA/iw_cxgb4: Disable delayed ack by default (jsc#SLE-15118).
- commit a82cef8

- gpio: Fix the no return statement warning (bsc#1178431).
- commit 0959dc3

- rpm/kernel-binary.spec.in: Fix compressed module handling for in-tree KMP (jsc#SLE-10886)
  The in-tree KMP that is built with SLE kernels have a different scriptlet
  that is embedded in kernel-binary.spec.in rather than *.sh files.
- commit e32ee2c

- scsi: iscsi: Perform connection failure entirely in kernel space
  (bsc#1178367).
- commit b913745

- Revert "Disable module compression on SLE15 SP2 (bsc#1178307)"
  This reverts commit 6e769e1ed1932517b87eb1bccf15337a3b5f841f.
  While module compression is disabled on SLE15-SP2, it will remain
  enabled on SLE15-SP3. Therefore, revert this commit coming from
  SLE15-SP2.
- commit 6671e44

- btrfs: fix filesystem corruption after a device replace
  (bsc#1178395).
- commit ece2bc8

- btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all
  locks (bsc#1178395).
- commit 9f5adb5
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 10)
- i2c: i801: Add support for Intel Alder Lake PCH-S
  (jsc#SLE-13489).
- commit 2b8ef70

- mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S
  SPI serial flash (jsc#SLE-13489).
- commit 4232cf5

- intel_th: pci: Add Alder Lake CPU support (jsc#SLE-13489).
- intel_th: pci: Add Alder Lake-S support (jsc#SLE-13489).
- commit 6b5a823

- net: atlantic: disable PTP on AQC111, AQC112 (jsc#SLE-16008).
- commit 4a6c857

- net: atlantic: fix ip dst and ipv6 address filters
  (jsc#SLE-16008).
- commit b004437

- net: aquantia: fix aq_ndev_start_xmit()'s return type
  (jsc#SLE-16008).
- commit b6021fa

- net: atlantic: put ptp code under IS_REACHABLE check
  (jsc#SLE-16008).
- commit 6c3d69d

- net: atlantic: add alignment checks in hw_atl2_utils_fw.c
  (jsc#SLE-16008).
- commit 9f73783
Stefan Weiberg's avatar Stefan Weiberg (suntorytimed) committed (revision 9)
- arm64: csum: Disable KASAN for do_csum() (bsc#1177591).
- commit 241690b

- arm64: csum: Fix pathological zero-length calls (bsc#1177591).
- commit 79df1f5

- selftests/bpf: Run reuseport tests only with supported socket types (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Run-SYN-cookies-with-reuseport-BPF-tes.patch
- commit 2eae1ba

- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop
  in min RTT (bsc#1177028).
- selftests/bpf: Fix memory leak in test selector (bsc#1177028).
- bpftool: Fix typo in bash-completion (bsc#1177028).
- selftests/bpf: Run SYN cookies with reuseport BPF test only
  for TCP (bsc#1177028).
- selftests/bpf: Extend SK_REUSEPORT tests to cover
  SOCKMAP/SOCKHASH (bsc#1177028).
- selftests/bpf: Fix trampoline_count clean up logic
  (bsc#1177028).
- commit f259c15

- blacklist.conf: eb3621798bcd x86/entry/64: Do not include inst.h in calling.h
- commit 364d4bc

- blacklist.conf: 0b2c605fa4ee x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASE
- commit b5725a3

- Update config files.
- commit dfb8f01
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 8)
- supported.conf: Unsupport drm_mipi_dpi
- commit 2cb62d5

- supported.conf: Rename tinydrm/ to tiny/
  The DRM subdirectory tinydrm/ got renamed to tiny/ in v5.4. Update
  supported.conf accordingly.
- commit a7da6c5

- blacklist.conf: Append 'driver core: platform: use the correct callback type for bus_find_device'
- commit f0888d5

- blacklist.conf: Append 'spi: pxa2xx: Set controller->max_transfer_size in dma mode'
- commit cacd01e

- blacklist.conf: Append 'ARM: imx_v6_v7_defconfig: Enable CONFIG_DRM_MSM'
- commit 9c597d2

- blacklist.conf: Append 'docs/driver-api: Catch up with dma_buf file-name changes'
- commit 69a739c

- blacklist.conf: Append 'dma-buf/resv: fix exclusive fence get'
- commit 6a3c464

- blacklist.conf: Append 'drm/shmem: Use mutex_trylock in drm_gem_shmem_purge'
- commit 359ef77

- blacklist.conf: Temporarily add graphics modules
- commit da306df

- irqchip/gic-v4.1: Use GFP_ATOMIC flag in allocate_vpe_l1_table()
Stefan Weiberg's avatar Stefan Weiberg (suntorytimed) committed (revision 7)
- block: only call sched requeue_request() for scheduled
  (bsc#1177434).
- block: ensure bdi->io_pages is always initialized (bsc#1177434).
- block: fix get_max_io_size() (bsc#1177434).
- blk-mq: insert request not through ->queue_rq into
  (bsc#1177434).
- block: respect queue limit of max discard segment (bsc#1177434).
- blk-mq: order adding requests to hctx->dispatch and checking
  (bsc#1177434).
- block: fix double account of flush request's driver tag
  (bsc#1177434).
- blk-mq: centralise related handling into blk_mq_get_driver_tag
  (bsc#1177434).
- Revert "blk-mq: put driver tag when this request is completed"
  (bsc#1177434).
- blk-mq: move blk_mq_put_driver_tag() into blk-mq.c
  (bsc#1177434).
- blktrace: Provide event for request merging (bsc#1177434).
- commit dfd2ab2

- blk-mq: remove the BLK_MQ_REQ_INTERNAL flag (bsc#1177434).
- Refresh
  patches.suse/blk-mq-centralise-related-handling-into-blk_mq_get_d.patch.
- commit b67bb63

- Refresh patches.suse/powerpc-papr_scm-Add-PAPR-command-family-to-pass-thr.patch.
- commit aeda59a

- r8169: fix handling ether_clk (git-fixes).
- r8169: fix RTL8168f/RTL8411 EPHY config (git-fixes).
Stefan Weiberg's avatar Stefan Weiberg (suntorytimed) committed (revision 6)
- usb: typec: intel_pmc_mux: Handle SCU IPC error conditions
  (git-fixes).
- usb: typec: ucsi: acpi: Increase command completion timeout
  value (git-fixes).
- commit 2522986

- sfc: commonise PCI error handlers (jsc#SLE-16683).
- Refresh
  patches.suse/PCI-Use-pci_channel_state_t-instead-of-enum-pci_chan.patch.
- commit af50963

- xsk: Remove a double pool->dev assignment in xp_dma_map
  (bsc#1176447).
- Refresh
  patches.suse/xsk-use-dma_need_sync-instead-of-reimplenting-it.
- commit cbb55ac

- xsk: Explicitly inline functions and move definitions
  (bsc#1176447).
- Refresh
  patches.suse/xsk-replace-the-cheap_dma-flag-with-a-dma_need_sync-flag.
- commit ecbba08

- xsk: Add overflow check for u64 division, stored into u32
  (bsc#1176447).
- Refresh
  patches.suse/xsk-Introduce-AF_XDP-buffer-allocation-API.patch.
- commit c06291a

- xsk: Support allocations of large umems (bsc#1176447).
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 5)
- drm/bochs: downgrade pci_request_region failure from error to
  warning (bsc#1177185).
- commit 50b44ef

- net: hns3: Fix for geneve tx checksum bug (jsc#SLE-14777).
- net: hns: Fix memleak in hns_nic_dev_probe (jsc#SLE-14777).
- net: hns3: fix spelling mistake "could'nt" -> "couldn't"
  (jsc#SLE-14777).
- net: hix5hd2_gmac: Remove unneeded cast from memory allocation
  (jsc#SLE-14777).
- net: hns: use eth_broadcast_addr() to assign broadcast address
  (jsc#SLE-14777).
- net: hns3: streaming dma buffer sync between cpu and device
  (jsc#SLE-14777).
- net: hns3: replace disable_irq by IRQ_NOAUTOEN flag
  (jsc#SLE-14777).
- net: hns3: rename buffer-related functions (jsc#SLE-14777).
- net: hns3: pointer type of buffer should be void
  (jsc#SLE-14777).
- net: hns3: remove unnecessary devm_kfree (jsc#SLE-14777).
- net: hns3: fix for VLAN config when reset failed
  (jsc#SLE-14777).
- net: hns3: fix aRFS FD rules leftover after add a user FD rule
  (jsc#SLE-14777).
- net: hns3: add reset check for VF updating port based VLAN
  (jsc#SLE-14777).
- net: hns3: fix a TX timeout issue (jsc#SLE-14777).
- net: hns3: fix desc filling bug when skb is expanded or lineared
  (jsc#SLE-14777).
- net: hns3: fix for not unmapping TX buffer correctly
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 4)
- platform/x86: dcdbas: Check SMBIOS for protected buffer address
  (jsc#SLE-14458).
- commit a83abd2

- x86/fpu/xstate: Restore supervisor states for signal return
  (jsc#13212).
- commit d5168c3

- mtd: spi-nor: intel-spi: Add support for Intel Jasper Lake
  SPI serial flash (jsc#SLE-12602).
- Refresh
  patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Emmitsbu.patch.
- Refresh
  patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-TGL-H.patch.
- commit 5fe52f3

- mfd: intel-lpss: Update LPSS UART #2 PCI ID for Jasper Lake
  (jsc#SLE-12602).
- commit dc38d6c

- ACPI: fan: Fix Tiger Lake ACPI device ID (jsc#SLE-13387).
- ACPI: DPTF: Add battery participant for TigerLake
  (jsc#SLE-13387).
- ACPI: Update Tiger Lake ACPI device IDs (jsc#SLE-13387).
- ACPI: fan: Add Tiger Lake ACPI device ID (jsc#SLE-13387).
- ACPI: DPTF: Add Tiger Lake ACPI device IDs (jsc#SLE-13387).
- commit 3d8432e

- xhci-pci: Allow host runtime PM as default for Intel Tiger
  Lake xHCI (jsc#SLE-13387).
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 3)
- serial: 8250_lpss: Add ->setup() for Elkhart Lake ports
  (jsc#SLE-13436).
- serial: 8250_lpss: Switch over to MSI interrupts
  (jsc#SLE-13436).
- serial: 8250_lpss: Enable HS UART on Elkhart Lake
  (jsc#SLE-13436).
- serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macro
  (jsc#SLE-13436).
- serial: 8250_lpss: add fractional divisor support
  (jsc#SLE-13436).
- commit bbd3666

- serial: 8250_lpss: switch to use 8250_dwlib library
  (jsc#SLE-13436).
- Update config files: CONFIG_SERIAL_8250_DWLIB=y for x86_64
- commit 2ff99d9

- serial: 8250_dw: split Synopsys DesignWare 8250 common functions
  (jsc#SLE-13436).
- commit 4a3eae5

- Sort and refresh upstreamed patches
- commit 7f88fbb

- update patch metadata
- update Git-repo tag:
  patches.suse/bonding-fix-active-backup-failover-for-current-ARP-s.patch
- commit 9d16d24

- ALSA: hda: avoid reset of sdo_limit (git-fixes).
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 2)
- Refresh
  patches.suse/ALSA-usb-audio-fix-overeager-device-match-for-MacroS.patch.
  Update the patch metadata
- commit 9466e22

- powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 cores
  (jsc#SLE-13521).
- commit 1807c9f

- x86/resctrl: Fix memory bandwidth counter width for AMD
  (bsc#1172757).
- commit dcea15d

- x86/split_lock: Enable the split lock feature on Sapphire
  Rapids and Alder Lake CPUs (jsc#SLE-13597).
- x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to
  the to Intel CPU family (jsc#SLE-13597).
- x86/cpu: Add Sapphire Rapids CPU model number (jsc#SLE-13597).
- commit ffaff8d

- x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't
  whitelisted (jsc#SLE-12677).
- commit 5c09fa6

- x86/split_lock: Add Icelake microserver and Tigerlake CPU models
  (jsc#SLE-12677).
- commit 9f5f8fe

- x86/split_lock: Add Tremont family CPU models (jsc#SLE-12677).
- x86/cpu: Add Jasper Lake to Intel family (jsc#SLE-12677).
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 1)
initialize package
Displaying revisions 21 - 31 of 31
openSUSE Build Service is sponsored by