linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-05 18:20:58 to 2016-04-05 23:03:49 UTC [more...]

[PATCH] sctp: Fix error handling for switch statement case in the function sctp_cmd_interprete
 2016-04-05 23:03 UTC  (5+ messages)

[PATCH v2 0/5] bam dma fixes and one dt extension
 2016-04-05 22:56 UTC  (6+ messages)
` [PATCH v2 1/5] dmaengine: qcom: bam_dma: fix dma free memory on remove
` [PATCH v2 2/5] dmaengine: qcom: bam_dma: clear BAM interrupt only if it is rised
` [PATCH v2 3/5] dmaengine: qcom: bam_dma: add controlled remotely dt property
` [PATCH v2 4/5] dmaengine: qcom: bam_dma: use correct pipe FIFO size
` [PATCH v2 5/5] dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define

[PATCH] [RFC] fix potential access after free: return value of blk_check_plugged() must be used schedule() safe
 2016-04-05 22:49 UTC  (2+ messages)

[RFC PATCH 0/4] Add ACPI support for pinctrl configuration
 2016-04-05 22:44 UTC  (9+ messages)

[RFC6 PATCH v6 00/21] ILP32 for ARM64
 2016-04-05 22:44 UTC  (27+ messages)
` [PATCH 01/25] all: syscall wrappers: add documentation
` [PATCH 02/25] all: introduce COMPAT_WRAPPER option and enable it for s390
` [PATCH 03/25] all: s390: move wrapper infrastructure to generic headers
` [PATCH 04/25] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
` [PATCH 05/25] all: wrap needed syscalls in generic unistd
` [PATCH 06/25] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 07/25] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 08/25] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 09/25] arm64: ensure the kernel is compiled for LP64
` [PATCH 10/25] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 11/25] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH 12/25] arm64: compat: change config dependences to aarch32
` [PATCH 13/25] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 14/25] thread: move thread bits accessors to separated file
` [PATCH 15/25] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 16/25] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 17/25] arm64: introduce binfmt_elf32.c
` [PATCH 18/25] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 19/25] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 21/25] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 22/25] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 23/25] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 24/25] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 25/25] arm64:ilp32: add ARM64_ILP32 to Kconfig
` [RFC6 PATCH v6 00/21] ILP32 for ARM64 - LTP results

[PATCH] drivers/iommu: don't select DEBUG_FS for AMD_IOMMU_STATS
 2016-04-05 22:41 UTC  (4+ messages)

[RFC] Create an audit record of USB specific details
 2016-04-05 22:39 UTC  (18+ messages)
              ` EXT :Re: "

[PATCH] arm: omap2: remove redundant multiplatform checks
 2016-04-05 22:35 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] usb: f_mass_storage: test whether thread is running before starting another
 2016-04-05 22:26 UTC  (3+ messages)

[PATCH 0/3] regulator: twl: Fix regulator mode support
 2016-04-05 22:26 UTC  (3+ messages)
` [PATCH 1/3] regulator: twl: Make sure we have access to powerbus before trying to write to it

[PATCH][RESEND] parport: parport_pc: PCI SIO access should also depend on SIO option
 2016-04-05 22:23 UTC  (3+ messages)

[PATCH 0/8] Drivers: hv: Miscellaneous vmbus and util driver fixes
 2016-04-05 23:57 UTC  (9+ messages)
` [PATCH 1/8] Drivers: hv: kvp: fix IP Failover
  ` [PATCH 2/8] Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
  ` [PATCH 3/8] Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
  ` [PATCH 4/8] Drivers: hv: vmbus: Use the new virt_xx barrier code
  ` [PATCH 5/8] Drivers: hv: vmbus: Export the vmbus_set_event() API
  ` [PATCH 6/8] Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
  ` [PATCH 7/8] Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
  ` [PATCH 8/8] Drivers: hv: vmbus: handle various crash scenarios

[PATCH v3 00/10] uuid: convert users to generic UUID API
 2016-04-05 22:17 UTC  (3+ messages)
` [PATCH v3 06/10] sysctl: drop away useless label

[PATCH v5 1/4] leds: core: add generic support for RGB Color LED's
 2016-04-05 22:15 UTC  (8+ messages)

[PATCH] mailbox: pcc: Support HW-Reduced Communication Subspace Type 2
 2016-04-05 22:14 UTC 

[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
 2016-04-05 22:07 UTC  (32+ messages)
` [PATCH 01/31] huge tmpfs: prepare counts in meminfo, vmstat and SysRq-m
` [PATCH 02/31] huge tmpfs: include shmem freeholes in available memory
` [PATCH 03/31] huge tmpfs: huge=N mount option and /proc/sys/vm/shmem_huge
` [PATCH 04/31] huge tmpfs: try to allocate huge pages, split into a team
` [PATCH 05/31] huge tmpfs: avoid team pages in a few places
` [PATCH 06/31] huge tmpfs: shrinker to migrate and free underused holes
` [PATCH 07/31] huge tmpfs: get_unmapped_area align & fault supply huge page
` [PATCH 08/31] huge tmpfs: try_to_unmap_one use page_check_address_transhuge
` [PATCH 09/31] huge tmpfs: avoid premature exposure of new pagetable
` [PATCH 10/31] huge tmpfs: map shmem by huge page pmd or by page team ptes
` [PATCH 11/31] huge tmpfs: disband split huge pmds on race or memory failure
` [PATCH 12/31] huge tmpfs: extend get_user_pages_fast to shmem pmd
` [PATCH 13/31] huge tmpfs: use Unevictable lru with variable hpage_nr_pages
` [PATCH 14/31] huge tmpfs: fix Mlocked meminfo, track huge & unhuge mlocks
` [PATCH 15/31] huge tmpfs: fix Mapped meminfo, track huge & unhuge mappings
` [PATCH 16/31] kvm: plumb return of hva when resolving page fault
` [PATCH 17/31] kvm: teach kvm to map page teams as huge pages
` [PATCH 18/31] huge tmpfs: mem_cgroup move charge on shmem "
` [PATCH 19/31] huge tmpfs: mem_cgroup shmem_pmdmapped accounting
` [PATCH 20/31] huge tmpfs: mem_cgroup shmem_hugepages accounting
` [PATCH 21/31] huge tmpfs: show page team flag in pageflags
` [PATCH 22/31] huge tmpfs: /proc/<pid>/smaps show ShmemHugePages
` [PATCH 23/31] huge tmpfs recovery: framework for reconstituting huge pages
` [PATCH 24/31] huge tmpfs recovery: shmem_recovery_populate to fill huge page
` [PATCH 25/31] huge tmpfs recovery: shmem_recovery_remap & remap_team_by_pmd
` [PATCH 26/31] huge tmpfs recovery: shmem_recovery_swapin to read from swap
` [PATCH 27/31] huge tmpfs recovery: tweak shmem_getpage_gfp to fill team
` [PATCH 28/31] huge tmpfs recovery: debugfs stats to complete this phase
` [PATCH 29/31] huge tmpfs recovery: page migration call back into shmem
` [PATCH 30/31] huge tmpfs: shmem_huge_gfpmask and shmem_recovery_gfpmask
` [PATCH 31/31] huge tmpfs: no kswapd by default on sync allocations

[PATCH v2 00/11] HVMlite domU support
 2016-04-05 22:02 UTC  (8+ messages)
` [PATCH v2 02/11] xen/hvmlite: Bootstrap HVMlite guest
    ` [Xen-devel] "

[PATCH 0/3] cpufreq: logging consistency changes
 2016-04-05 21:43 UTC  (5+ messages)
` [PATCH 1/3] intel_pstate: Use pr_fmt
` [PATCH 2/3] cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>
` [PATCH 3/3] cpufreq: Use consistent prefixing via pr_fmt

[PATCH v3 2/2] dmaengine: vdma: Fix race condition in Non-SG mode
 2016-04-05 21:53 UTC  (2+ messages)

[PATCH 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-04-05 21:51 UTC  (15+ messages)
` [PATCH 2/4] Documentation: Add documentation for APM X-Gene SoC PMU DTS binding
` [PATCH 3/4] perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver

[PATCH 1/2] staging: slicoss: fix bare use of 'unsigned'
 2016-04-05 21:37 UTC  (2+ messages)
` [PATCH 2/2] staging: slicoss: fix missing blank line

[PATCH 0/5] Extend the LED panic trigger
 2016-04-05 21:37 UTC  (7+ messages)
` [PATCH 1/5] leds: triggers: Allow to switch the trigger to "panic" on a kernel panic
` [PATCH 2/5] leds: triggers: Add a led_trigger_event_nosleep API
` [PATCH 4/5] devicetree: leds: Introduce "panic-blink" optional property

[PATCH] ipv6: icmp: Add protection from concurrent users in the function icmpv6_echo_reply
 2016-04-05 21:36 UTC  (2+ messages)

[PATCH 0/4] bam dma fixes and one dt extension
 2016-04-05 21:33 UTC  (2+ messages)

[PATCH] clk: ti: dflt: remove redundant unlikely
 2016-04-05 21:30 UTC  (2+ messages)

[PATCH 0/2] Bypass BAM init if Remotely controlled
 2016-04-05 21:27 UTC  (5+ messages)

[PATCH] kernel-parameters: document earlycon=xenboot
 2016-04-05 21:22 UTC  (3+ messages)
  ` [Xen-devel] "

[RFC PATCH 00/10] ACPI overlays
 2016-04-05 21:20 UTC  (16+ messages)
` [RFC PATCH 06/10] spi: add support for ACPI reconfigure notifications

[PATCH] csiostor: Fix backwards locking in the function __csio_unreg_rnode
 2016-04-05 21:19 UTC 

[RFC PATCH v1.9 00/14] livepatch: hybrid consistency model
 2016-04-05 21:17 UTC  (4+ messages)
` [RFC PATCH v1.9 12/14] livepatch: create per-task "

[PATCH v10 1/9] dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding
 2016-04-05 21:10 UTC  (5+ messages)
` [PATCH v10 3/9] dt-bindings: phy: tegra-xusb-padctl: Add Tegra210 support

[PATCH RFC] select_idle_sibling experiments
 2016-04-05 21:05 UTC  (5+ messages)

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-05 21:02 UTC  (11+ messages)
` [PATCH 01/10] mm: update_lru_size warn and reset bad lru_size
` [PATCH 02/10] mm: update_lru_size do the __mod_zone_page_state
` [PATCH 03/10] mm: use __SetPageSwapBacked and dont ClearPageSwapBacked
` [PATCH 04/10] tmpfs: preliminary minor tidyups
` [PATCH 05/10] tmpfs: mem_cgroup charge fault to vm_mm not current mm
` [PATCH 06/10] mm: /proc/sys/vm/stat_refresh to force vmstat update
` [PATCH 07/10] huge mm: move_huge_pmd does not need new_vma
` [PATCH 08/10] huge pagecache: extend mremap pmd rmap lockout to files
` [PATCH 09/10] huge pagecache: mmap_sem is unlocked when truncation splits pmd
` [PATCH 10/10] arch: fix has_transparent_hugepage()

[PATCH v2 00/11] MIPS relocatable kernel & KASLR
 2016-04-05 21:00 UTC  (7+ messages)
` [kernel-hardening] "

[PATCH] Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"
 2016-04-05 20:58 UTC 

[PATCH 0/2] minor bcm2835 clock fixes
 2016-04-05 20:52 UTC  (3+ messages)
` [PATCH 2/2] clk: bcm2835: Fix PLL poweron

N900 sleep mode (in 4.5-rc0, if that matters)
 2016-04-05 20:51 UTC  (11+ messages)
              ` 4.4: camera and unlock buttons produce tons of interrupts (was Re: N900 sleep mode)

[3.19.y-ckt stable] Linux 3.19.8-ckt18
 2016-04-05 20:50 UTC  (2+ messages)

[RFC PATCH 00/12] KEYS: Restrict additions to 'trusted' keyrings [ver #3]
 2016-04-05 20:48 UTC  (3+ messages)
` [RFC PATCH 12/12] IMA: Use the the system trusted keyrings instead of .ima_mok "

[PATCH] fs: return EPERM on immutable inode
 2016-04-05 20:44 UTC  (2+ messages)

[PATCH] mm: vmscan: reclaim highmem zone if buffer_heads is over limit
 2016-04-05 20:37 UTC  (2+ messages)

[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
 2016-04-05 20:33 UTC  (3+ messages)
` [RFC PATCH v2 3/3] restartable sequences: basic self-tests

[PATCH v4 0/7] drivers:hv: Ensure that bridge windows don't overlap
 2016-04-05 20:13 UTC  (5+ messages)
` [PATCH v4 3/7] drivers:hv: Use new vmbus_mmio_free() from client drivers

[4.2.y-ckt stable] Linux 4.2.8-ckt7
 2016-04-05 20:24 UTC  (2+ messages)

[PATCHv2 0/7] Add Altera Arria10 OCRAM EDAC support
 2016-04-05 20:15 UTC  (8+ messages)
` [PATCHv2 6/7] ARM: socfpga: Enable Arria10 OCRAM ECC on startup
` [PATCHv2 7/7] ARM: dts: Add Altera Arria10 OCRAM EDAC devicetree entry

[PATCH v4 00/20] x86, boot: kaslr cleanup and 64bit kaslr support
 2016-04-05 20:00 UTC  (3+ messages)

[PATCH net 1/4] lib/test_bpf: Fix JMP_JSET tests
 2016-04-05 19:48 UTC  (8+ messages)
` [PATCH net 2/4] lib/test_bpf: Add tests for unsigned BPF_JGT
` [PATCH net 3/4] lib/test_bpf: Add test to check for result of 32-bit add that overflows
` [PATCH net 4/4] lib/test_bpf: Add additional BPF_ADD tests

[RFC v2 0/7] CPU reclaiming for SCHED_DEADLINE
 2016-04-05 19:35 UTC  (10+ messages)
` [RFC v2 3/7] Improve the tracking of active utilisation

[PATCH v4 0/6] Support calling functions on dedicated physical cpu
 2016-04-05 19:31 UTC  (4+ messages)
` [PATCH v4 6/6] hwmon: use smp_call_on_cpu() for dell-smm i8k

Bug with paravirt ops and livepatches
 2016-04-05 19:19 UTC  (10+ messages)

[PATCH] platform: chrome: cros_ec_dev - Return number of bytes read with CROS_EC_DEV_IOCRDMEM
 2016-04-05 19:17 UTC 

[PATCH] iommu/rockchip: Fix "is stall active" check
 2016-04-05 19:10 UTC  (4+ messages)

[PATCH] watchdog: qcom: Report reboot reason
 2016-04-05 19:07 UTC  (2+ messages)

[PATCH 1/1] powerpc/mm: Add memory barrier in __hugepte_alloc()
 2016-04-05 19:05 UTC 

[PATCH] cpuidle: Indicate when a device has been unregistered
 2016-04-05 19:05 UTC 

[PATCH V2 01/30] bitops: add parity functions
 2016-04-05 19:04 UTC  (2+ messages)

[PATCH 0/3 v3] Add I2S/ADV7511 audio support for ARC AXS10x boards
 2016-04-05 18:56 UTC  (3+ messages)
` [PATCH 3/3 v3] ASoC: dwc: Unmask I2S interrupts only for enabled channels

[PATCH V5 00/15] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-04-05 18:50 UTC  (9+ messages)
` [PATCH V5 01/15] ACPI: MCFG: Move mmcfg_list management to drivers/acpi

[PATCH v2 0/2] Add support for SYSCON reset
 2016-04-05 18:44 UTC  (5+ messages)
` [PATCH v2 1/2] Documentation: dt: reset: Add syscon reset binding

Applied "regulator: twl: Provide of_map_mode for twl4030" to the regulator tree
 2016-04-05 18:40 UTC 

Applied "regulator: max8997/max77802: Fix misspelled Samsung address" to the regulator tree
 2016-04-05 18:40 UTC 

Applied "regulator: pwm: Try to avoid voltage error in duty cycle calculation" to the regulator tree
 2016-04-05 18:40 UTC 

[PATCH 0/5 v5] drm: Add support of ARC PGU display controller
 2016-04-05 18:35 UTC  (3+ messages)
` [PATCH 4/5 v5] arc: Add our own implementation of fb_pgprotect()

[GIT PULL] SPI fixes for v4.6
 2016-04-05 18:36 UTC 

[PATCH -v2] drivers: net: ethernet: intel: e1000e: fix ethtool autoneg off for non-copper
 2016-04-05 18:30 UTC 

[PATCH] block: make sure big bio is splitted into at most 256 bvecs
 2016-04-05 18:27 UTC  (2+ messages)

[PATCH 1/7] spi: cadence: Fix a check patch warning
 2016-04-05 18:07 UTC  (4+ messages)
` [PATCH 3/7] spi: cadence: Fix probe error handling
` [PATCH 4/7] spi: cadance: Fix the Documentation
` [PATCH 6/7] spi: cadence: Remove the clock enable and disable from suspend and resume

[PATCH net-next 0/8] allow bpf attach to tracepoints
 2016-04-05 18:21 UTC  (6+ messages)
` [PATCH net-next 2/8] perf, bpf: allow bpf programs "

[PATCH] drivers/idle: make intel_idle.c driver more explicitly non-modular
 2016-04-05 18:22 UTC  (4+ messages)

[PATCH 2/2] drm/virtio: send vblank event on plane atomic update
 2016-04-05 18:21 UTC  (3+ messages)
` [PATCH v2] drm/virtio: send vblank event after crtc updates


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).