linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-06 08:34:30 to 2016-04-06 12:13:40 UTC [more...]

[PATCH 0/7] MIPS: Loongson1B: add NAND, DMA and GPIO support
 2016-04-06 12:09 UTC  (8+ messages)
` [PATCH 1/7] clk: Loongson1: Update clocks of Loongson1B
` [PATCH 2/7] cpufreq: Loongson1: Update cpufreq "
` [PATCH 3/7] dmaengine: Loongson1: add Loongson1 dmaengine driver
` [PATCH 4/7] mtd: nand: add Loongson1 NAND driver
` [PATCH 5/7] gpio: Loongson1: add Loongson1 GPIO driver
` [PATCH 6/7] MIPS: Loongson1B: Some updates/fixes for LS1B
` [PATCH 7/7] MAINTAINERS: add Loongson1 architecture entry

AP firmware for TI wl1251 wifi chip (wl1251-fw-ap.bin)
 2016-04-06 12:12 UTC  (4+ messages)

[BUG] lib: zram lz4 compression/decompression still broken on big endian
 2016-04-06 13:09 UTC  (6+ messages)

[PATCH] perf/x86/intel/pt: Don't die on VMXON
 2016-04-06 12:07 UTC  (6+ messages)

Bug with paravirt ops and livepatches
 2016-04-06 12:09 UTC  (17+ messages)

[LINUX PATCH v2] gpio_keys: Added support to read the IRQ_FLAGS from devicetree
 2016-04-06 11:32 UTC  (3+ messages)

[PATCH] mmc: Remove some redundant debug prints
 2016-04-06 11:57 UTC  (2+ messages)

[PATCH] [RFC] fix potential access after free: return value of blk_check_plugged() must be used schedule() safe
 2016-04-06 12:01 UTC  (4+ messages)

[PATCH v4 4/4] cpuacct: split usage into user_usage and sys_usage
 2016-04-06 11:59 UTC  (8+ messages)
` [tip:sched/core] sched/cpuacct: Split usage accounting "
          ` [PATCH] sched/cpuacct: Check for NULL when using task_pt_regs()

[PATCH] ARM: dts: ls1021a: add SCFG MSI dts node
 2016-04-06 12:00 UTC  (2+ messages)

[PATCH RT 1/6] kernel: softirq: unlock with irqs on
 2016-04-06 12:00 UTC  (10+ messages)
` [PATCH RT 4/6] rt/locking: Reenable migration accross schedule
                ` [rfc patch 2/2] rt/locking/hotplug: Fix rt_spin_lock_slowlock() migrate_disable() bug

Major improvements to the ch341 driver
 2016-04-06 11:59 UTC  (5+ messages)
` [PATCH v2 01/14] USB: ch341: improve documentation
` [PATCH v2 07/14] USB: ch341: add support for parity, frame length, stop bits

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-06 11:56 UTC  (5+ messages)
` [PATCH 03/10] mm: use __SetPageSwapBacked and dont ClearPageSwapBacked
` [PATCH 10/10] arch: fix has_transparent_hugepage()

[PATCH] mm: slub: replace kick_all_cpus_sync with synchronize_sched in kmem_cache_shrink
 2016-04-06 11:56 UTC  (2+ messages)

[PATCH v9 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2016-04-06 11:55 UTC  (16+ messages)
` [PATCH v9 1/4] gadget: Introduce the usb charger framework
` [PATCH v9 2/4] gadget: Support for "

[RFC PATCH] PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs
 2016-04-06 11:45 UTC 

[PATCH v10 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-04-06 11:44 UTC  (10+ messages)
` [PATCH v10 02/17] xen/grant-table: Move xlated_setup_gnttab_pages to common place
` [PATCH v10 03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
` [PATCH v10 04/17] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
` [PATCH v10 05/17] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio

[PATCH v1] net: cdc_ncm: update datagram size after changing mtu
 2016-04-06 11:41 UTC 

[PATCH] usb: dwc3: add debugfs node to dump FIFO/Queue available space
 2016-04-06 11:38 UTC  (3+ messages)

[PATCH] Fixes some checkpatch.pl warnings
 2016-04-06 11:38 UTC 

[patch] ASoC: Intel: sst: fix a loop timeout in sst_hsw_stream_reset()
 2016-04-06 11:36 UTC 

[PATCH v3 00/10] uuid: convert users to generic UUID API
 2016-04-06 11:34 UTC  (7+ messages)
` [PATCH v3 02/10] ima: use %pU to output UUID in printable format
` [PATCH v3 06/10] sysctl: drop away useless label

[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v3
 2016-04-06 11:20 UTC  (22+ messages)
` [PATCH 01/27] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 02/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 03/27] mm, vmscan: Move lru_lock to the node
` [PATCH 04/27] mm, vmscan: Move LRU lists to node
` [PATCH 05/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 06/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 07/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 08/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 10/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 11/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 13/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 14/27] mm, workingset: Make working set detection node-aware
` [PATCH 15/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 16/27] mm: Move page mapped accounting to the node
` [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/27] mm: Move most file-based accounting to the node
` [PATCH 19/27] mm: Move vmscan writes and file write "
` [PATCH 20/27] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 21/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone

PG_reserved and compound pages
 2016-04-06 11:28 UTC 

[PATCH 1/1] powerpc/mm: Add memory barrier in __hugepte_alloc()
 2016-04-06 11:27 UTC  (4+ messages)

[PATCH 22/27] mm: Convert zone_reclaim to node_reclaim
 2016-04-06 11:22 UTC  (6+ messages)
` [PATCH 23/27] mm, vmscan: Add classzone information to tracepoints
` [PATCH 24/27] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 25/27] mm: page_alloc: Cache the last node whose dirty limit is reached
` [PATCH 26/27] mm: vmstat: Replace __count_zone_vm_events with a zone id equivalent
` [PATCH 27/27] mm: vmstat: Account per-zone stalls and pages skipped during reclaim

[PATCH] tty: ipwireless: fix possible NULL dereference
 2016-04-06 11:25 UTC 

[PATCH 0/5] arm64: Fix behavior of maxcpus=n
 2016-04-06 11:24 UTC  (6+ messages)
` [PATCH 1/5] arm64: cpufeature: Add scope for capability check
` [PATCH 2/5] arm64: Allow a capability to be checked on a single CPU
` [PATCH 3/5] irqchip/gic: Restore CPU interface checking
` [PATCH 4/5] arm64: Verify CPU errata work arounds on hotplugged CPU
` [PATCH 5/5] arm64: Fix behavior of maxcpus=N

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-06 11:11 UTC  (4+ messages)
` [Xen-devel] "

[PATCH V2 01/30] bitops: add parity functions
 2016-04-06 10:53 UTC  (34+ messages)
` [PATCH v2 03/30] Add alpha-specific "
` [PATCH v2 04/30] Add blackfin-specific "
` [PATCH v2 05/30] Add ia64-specific "
` [PATCH v2 06/30] Add mips-specific "
` [PATCH v2 07/30] Add powerpc-specific "
` [PATCH v2 08/30] Add sparc-specific "
` [PATCH v2 09/30] Add tile-specific "
` [PATCH v2 10/30] Add x86-specific "
` [PATCH v2 11/30] sunrpc: use parity8
` [PATCH v2 12/30] mips: use parity functions in cerr-sb1.c
` [PATCH v2 13/30] bch: use parity32
` [PATCH v2 14/30] media: use parity8 in vivid-vbi-gen.c
` [PATCH v2 15/30] media: use parity functions in saa7115
` [PATCH v2 16/30] input: use parity32 in grip_mp
` [PATCH v2 17/30] input: use parity64 in sidewinder
` [PATCH v2 18/30] input: use parity16 in ams_delta_serio
` [PATCH v2 19/30] scsi: use parity32 in isci's phy
` [PATCH v2 20/30] mtd: use parity16 in ssfdc
` [PATCH v2 21/30] mtd: use parity functions in inftlcore
` [PATCH v2 22/30] crypto: use parity functions in qat_hal
` [PATCH v2 23/30] mtd: use parity16 in sm_ftl
` [PATCH v2 24/30] ethernet: use parity8 in sun/niu.c
` [PATCH v2 25/30] input: use parity8 in pcips2
` [PATCH v2 26/30] input: use parity8 in sa1111ps2
` [PATCH v2 27/30] iio: use parity32 in adxrs450
` [PATCH v2 28/30] serial: use parity32 in max3100
` [PATCH v2 29/30] input: use parity8 in elantech
` [PATCH v2 30/30] ethernet: use parity8 in broadcom/tg3.c

[PATCH v7 0/5] ACPI: parse the SPCR table
 2016-04-06 10:52 UTC  (6+ messages)
` [PATCH v7 3/5] ACPI: parse SPCR and enable matching console

[RFC PATCH 0/4] Add ACPI support for pinctrl configuration
 2016-04-06 10:49 UTC  (9+ messages)

[PATCH] tty: synclink: remove unneeded test
 2016-04-06 10:44 UTC 

[PATCH 1/3] iio: core: Add devm_ APIs for iio_channel_{get,release}
 2016-04-06 10:31 UTC  (3+ messages)
` [PATCH 2/3] iio: core: Add devm_ APIs for iio_channel_{get,release}_all
` [PATCH 3/3] iio: Add resource managed APIs devm_iio_channel_{get,release) in devres

[PATCH] staging: comedi: das1800: remove unused variable
 2016-04-06 10:40 UTC  (4+ messages)

[PATCH v7 09/20] PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver
 2016-04-06 10:36 UTC 

[RFC PATCH] mm, oom: move GFP_NOFS check to out_of_memory
 2016-04-06 10:28 UTC  (3+ messages)

[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
 2016-04-06 10:28 UTC  (3+ messages)
` [PATCH 23/31] huge tmpfs recovery: framework for reconstituting huge pages

[PATCH 02/11] locking, rwsem: drop explicit memory barriers
 2016-04-06 10:27 UTC  (6+ messages)
` [PATCH 1/2] xtensa, rwsem: drop superfluous arch specific implementation
  ` [PATCH 2/2] sh, "

[PATCH v3 0/7] usb: add support for Intel dual role port mux
 2016-04-06 10:23 UTC  (13+ messages)
` [PATCH v3 3/7] usb: mux: add common code "

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable
 2016-04-06 10:14 UTC  (2+ messages)
` [PATCH 2/2] drm/rockchip: vop: Wait for pending events when disabling a CRTC

[PATCH v7 08/20] PM / devfreq: exynos: Add the detailed correlation between sub-blocks and power line
 2016-04-06 10:14 UTC 

[PATCH 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor driver
 2016-04-06 10:03 UTC  (2+ messages)
` [PATCH 2/2] thermal: generic-adc: Add "

[PATCH v7 07/20] PM / devfreq: exynos: Update documentation for bus devices using passive governor
 2016-04-06 10:13 UTC 

[PATCH v7 06/20] PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passive governor
 2016-04-06 10:12 UTC 

[PATCH] openrisc: Consolidate setup to use memblock instead of bootmem
 2016-04-06 10:08 UTC 

[PATCH] proc: fix dereference of ERR_PTR
 2016-04-06 10:07 UTC 

[PATCH v7 05/20] PM / devfreq: Add new passive governor
 2016-04-06 10:06 UTC 

[RESEND 0/2] dmaengine: edma: cyclic slot limitation wa and TPTC pm fix
 2016-04-06 10:01 UTC  (3+ messages)
` [RESEND 1/2] dmaengine: edma: Remove dynamic TPTC power management feature
` [RESEND 2/2] dmaengine: edma: special case slot limit workaround

[GIT PULL] extcon fixes for 4.6-rc3
 2016-04-06  9:59 UTC  (2+ messages)

[PATCH v5 1/4] leds: core: add generic support for RGB Color LED's
 2016-04-06  9:53 UTC  (12+ messages)

[PATCH] thermal: tegra: fix static checker warning
 2016-04-06  9:48 UTC 

[PATCH v7 04/20] PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier
 2016-04-06  9:46 UTC 

[PATCH] drm: rcar-du: Only unwindow as necessary on probe failure
 2016-04-06  9:45 UTC 

[PATCH] sched/deadline: No need to check NULL later_mask
 2016-04-06  9:30 UTC  (6+ messages)

[PATCH 00/11] oom detection rework v5
 2016-04-06  9:28 UTC  (8+ messages)
` [PATCH 09/11] mm, compaction: Abstract compaction feedback to helpers
` [PATCH 10/11] mm, oom: protect !costly allocations some more

[PATCH] spi: cadence: Fix some checkpatch warnings
 2016-04-06  9:25 UTC 

[PATCH v10 0/2] printk: Make printk() completely async
 2016-04-06  8:27 UTC  (4+ messages)
` [PATCH v10 1/2] "

[PATCH] cpuset: use static key better and convert to new API
 2016-04-06  9:19 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] ARC: axs10x - add Ethernet PHY description in .dts
 2016-04-06  9:12 UTC  (2+ messages)

[patch] mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size
 2016-04-06  9:09 UTC  (4+ messages)

[PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip
 2016-04-06  9:05 UTC  (2+ messages)

[PATCH 0/11] introduce down_write_killable for rw_semaphore v2
 2016-04-06  9:06 UTC  (4+ messages)
` [PATCH 02/11] locking, rwsem: drop explicit memory barriers
    ` [PATCH] sparc, rwsem: drop superfluous arch specific implementation

[PATCH v4 0/2] Update SCSI target removal path
 2016-04-06  9:06 UTC  (3+ messages)

[PATCH 1/4] KVM: MMU: fix permission_fault()
 2016-04-06  8:56 UTC  (2+ messages)

[PATCH 0/8 V2] Replay Protected Memory Block (RPMB) subsystem
 2016-04-06  8:51 UTC  (3+ messages)
` [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem

[PATCH] arm: omap2: remove redundant multiplatform checks
 2016-04-06  8:45 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH V2 02/30] Include generic parity.h in some architectures' bitops.h
 2016-04-06  8:41 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2] arm64: hw-breakpoint: Remove superfluous SMP function call
 2016-04-06  8:42 UTC 

[PATCH v2] arm64/debug: Remove superfluous SMP function call
 2016-04-06  8:42 UTC 

[PATCH v2] arm, hw-breakpoint: Remove superfluous SMP function call
 2016-04-06  8:40 UTC 

[PATCH V2 01/30] bitops: add parity functions
 2016-04-06  8:22 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] ASoC: rockchip: i2s: configure the sdio pins' iomux mode
 2016-04-06  8:38 UTC 

[PATCH RFC] sched/fair: let cpu's cfs_rq to reflect task migration
 2016-04-06  8:37 UTC  (10+ messages)


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).