Quantcast
Channel: Serverphorums.com - Linux Kernel
Browsing all 24115 articles
Browse latest View live
↧

[PATCH] metag: checksum.h: fix carry in csum_tcpudp_nofold (no replies)

In csum_tcpudp_nofold, add 1 if the carry bit is set after adding the destination IP address (32 bits) to the checksum (16 bits). The lack of carry handling for this particular addition meant that a...

View Article


[PATCH v3 0/5] Minor perf build fixes (5 replies)

Hi, This iteration is in response to Namhyung's review of the previous iteration. The differences are: [3/5] adds a util/perl.h using #include_next without touching any other files. This is a much...

View Article


[PATCH net-next v2] net/fs: change busy poll time accounting (no replies)

Sorry, I forgot to commit before sending, so I sent the wrong version. The previous version gets a warning in busy_loop_timeout(). Suggested by Linus: Changed time accounting for busy-poll: - Make it...

View Article

[PATCH net 1/2] tuntap: correctly linearize skb when zerocopy is used (3...

Userspace may produce vectors greater than MAX_SKB_FRAGS. When we try to linearize parts of the skb to let the rest of iov to be fit in the frags, we need count copylen into linear when calling...

View Article

[PATCH] USB: host: Use usb_hcd_platform_shutdown() wherever possible (no...

Most HCD drivers are doing the same thing in their ".shutdown" callback so it makes sense to use the generic usb_hcd_platform_shutdown() handler there. Signed-off-by: Roger Quadros...

View Article


[GIT PULL] More ACPI and power management updates for v3.11-rc1 (no replies)

Hi Linus, Please pull from the git repository at git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm+acpi-3.11-rc1-more to receive additional ACPI and power management updates for...

View Article

[PATCH 2/4] PF: Make KVM_HVA_ERR_BAD usable on s390 (no replies)

Current common code uses PAGE_OFFSET to indicate a bad host virtual address. As this check won't work on architectures that don't map kernel and user memory into the same address space (e.g. s390),...

View Article

[PATCH 4/4] PF: Async page fault support on s390 (no replies)

This patch enables async page faults for s390 kvm guests. It provides the userspace API to enable, disable or get the status of this feature. Also it includes the diagnose code, called by the guest to...

View Article


[PATCH 1/4] PF: Add FAULT_FLAG_RETRY_NOWAIT for guest fault (no replies)

In case of a fault retry exit sie64() with gmap_fault indication for the running thread set. This makes it possible to handle async page faults without the need for mm notifiers. Based on a patch from...

View Article


[PATCH v4 0/4] Enable async page faults on s390 (1 reply)

Gleb, Paolo, based on the work from Martin and Carsten, this implementation enables async page faults. To the guest it will provide the pfault interface, but internally it uses the async page fault...

View Article

[PATCH] omapfb: In omapfb_probe return -EPROBE_DEFER when display driver is...

* On RX-51 probing for acx565akm driver is later then for omapfb which cause that omapfb probe fail and framebuffer is not working * EPROBE_DEFER causing that kernel try to probe for omapfb later...

View Article

[PATCH] iio: add APDS9300 ambilent light sensor driver (no replies)

From: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> This patch adds IIO driver for APDS9300 ambilent light sensor (ALS). http://www.avagotech.com/docs/AV02-1077EN The driver allows to...

View Article

[GIT PULL] arch/microblaze changes for 3.11 (no replies)

Hi Linus, this Microblaze merge window is quite minimal. I have also added to my branch one xilinx systemace sparse fix because haven't got any reply from block maintainer. Thanks, Michal The...

View Article


[PATCH] gpio: Add MOXA ART GPIO driver (no replies)

Add GPIO driver for MOXA ART SoCs. Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> --- Notes: Applies to next-20130703 drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile | 1 +...

View Article

[GIT] kconfig changes for v3.11-rc1 (no replies)

Hi Linus, please pull these kconfig commit for v3.11-rc1: - dependency solver fix for make defconfig - randconfig fixes, one of which had to be reverted again - more user-friendly sorting of search...

View Article


[GIT] kbuild changes for v3.11-rc1 (no replies)

Hi Linus, please pull the kbuild bits for v3.11-rc1: - fix for make headers_install argv explosion with too long path - scripts/setlocalversion does not call git update-index needlessly - fix for the...

View Article

[PATCH] rtc: Add MOXA ART RTC driver (no replies)

Add RTC driver for MOXA ART SoCs. Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> --- Notes: Applies to next-20130703 drivers/rtc/Kconfig | 9 ++ drivers/rtc/Makefile | 1 +...

View Article


[GIT] coccinelle updates for v3.11-rc1 (no replies)

Hi Linus, the misc branch is reserved for Coccinelle this time: - 'report' is the default mode - MAINTAINERS update for Coccinelle - documentation udate - use new option format for spatch(1) -...

View Article

[PATCH net-next v3 0/3] net: finish renaming lls to busy poll (3 replies)

David, Here are three patches that complete the rename of lls to busy-poll 1. rename include/net/ll_poll.h to include/net/busy_poll.h 2. Rename ndo_ll_poll to ndo_busy_poll. Rename sk_mark_ll to...

View Article

[PATCH v2] socket.7: add description for SO_BUSY_POLL (no replies)

Add description for the SO_BUSY_POLL socket option to the socket(7) manpage. v2 fixed typos reported by Rasmus Villemoes Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com> ---...

View Article
Browsing all 24115 articles
Browse latest View live