linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-31 20:06:16 to 2015-03-31 23:10:46 UTC [more...]

[PATCH] add generic callbacks into compaction
 2015-03-31 23:11 UTC 

[PATCH 1/9] x86/asm/entry/64: do not TRACE_IRQS fast SYSRET64 path
 2015-03-31 23:09 UTC  (4+ messages)
` [PATCH 7/9] x86/asm/entry/32: tidy up some instructions

linux-next: Tree for Mar 31
 2015-03-31 23:07 UTC  (3+ messages)
` linux-next: Tree for Mar 31 (build failures and culprits)

smp_call_function_single lockups
 2015-03-31 23:07 UTC  (15+ messages)
                  ` [debug PATCHes] "

[PATCH RESEND 1/2] xenbus_client: Extend interface to support multi-page ring
 2015-03-31 23:06 UTC  (3+ messages)

[PATCH] lib: bitmap_[empty,full]: remove code duplication
 2015-03-31 23:06 UTC  (3+ messages)
` [PATCH v2] "

Build regression in next-20150331
 2015-03-31 23:27 UTC  (3+ messages)

[RFC][PATCH 00/10] tracing: Use TRACE_DEFINE_ENUM() to show enum values
 2015-03-31 22:56 UTC  (3+ messages)

[PATCH 0/3] sysctl: detect overflows when setting integers
 2015-03-31 22:45 UTC  (3+ messages)
` [PATCH 3/3] sysctl: detect overflows when converting to int

[PATCH] staging: lustre: replace kzalloc with copy_from_user with memdup_user
 2015-03-31 22:45 UTC  (4+ messages)

d63e2e1f3df breaks sparc/T5-8
 2015-03-31 22:42 UTC  (23+ messages)

[ANNOUNCE] Git v2.3.5
 2015-03-31 22:40 UTC 

[PATCH 1/2] kernel/reboot.c: Add orderly_reboot for graceful reboot
 2015-03-31 22:39 UTC  (2+ messages)

at91 git tree in linux-next
 2015-03-31 22:35 UTC  (2+ messages)

[PATCH 0/9] perf sched replay: Make some improvements and fixes
 2015-03-31 22:35 UTC  (6+ messages)
` [PATCH 3/9] perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to the unexpected change of pid_max

[PATCH] bochs-drm: disable video before changing video mode
 2015-03-31 22:31 UTC  (4+ messages)

[PATCH 1/2] mm: free large amount of 0-order pages in workqueue
 2015-03-31 22:31 UTC  (3+ messages)
` [PATCH 2/2] mm: __free_pages batch up 0-order pages for freeing

[PATCH v2 00/13] staging: rtl8192e: checkpatch.pl cleanups
 2015-03-31 22:24 UTC  (14+ messages)
` [PATCH v2 01/13] staging: rtl8192e: Fix UNNECESSARY_ELSE warning
` [PATCH v2 02/13] staging: rtl8192e: Fix RETURN_VOID warnings
` [PATCH v2 03/13] staging: rtl8192e: remove unused EXPORT_SYMBOL_RSL macro
` [PATCH v2 04/13] staging: rtl8192e: Fix UNNECESSARY_PARENTHESES warnings
` [PATCH v2 05/13] staging: rtl8192e: Fix LINE_CONTINUATIONS warning
` [PATCH v2 06/13] staging: rtl8192e: Fix BRACES warning
` [PATCH v2 07/13] staging: rtl8192e: Fix DO_WHILE_MACRO_WITH_TRAILING_SEMICOLON warning
` [PATCH v2 08/13] staging: rtl8192e: Fix PRINTK_WITHOUT_KERN_LEVEL warnings
` [PATCH v2 09/13] staging: rtl8192e: Divide rtllib_rx_auth()
` [PATCH v2 10/13] staging: rtl8192e: Decrease nesting of rtllib_rx_auth_resp()
` [PATCH v2 11/13] staging: rtl8192e: Fix indentation in rtllib_rx_auth_resp()
` [PATCH v2 12/13] staging: rtl8192e: Comment cleanup (style/format)
` [PATCH v2 13/13] staging: rtl8192e: Remove dead code

[PATCH] lfsr: a simple binary Galois linear feedback shift register
 2015-03-31 22:23 UTC  (5+ messages)

[PATCH 0/3] block: loop: switch to VFS ITER_BVEC
 2015-03-31 22:22 UTC  (7+ messages)

[PATCH 00/35] Some kernel/time cleanups
 2015-03-31 22:45 UTC  (3+ messages)
` [PATCH 00/09] Some kernel/time cleanups (related to timer_suspend/resume)
  ` [GIT PULL] kernel/time cleanups (related to tick_suspend/resume)

another pmem variant V2
 2015-03-31 22:11 UTC  (2+ messages)

[PATCH] x86, earlyprintk: Fix two 'defined but not used' compile warnings
 2015-03-31 22:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] dmaengine: pl330: fix the race condition in pl330 driver
 2015-03-31 22:04 UTC  (6+ messages)

[PATCH v2 0/7] CLONE_FD: Task exit notification via file descriptor
 2015-03-31 22:02 UTC  (3+ messages)

[PATCH v2 0/3] Add Mediatek SoC RTC driver
 2015-03-31 22:01 UTC  (5+ messages)
` [PATCH v2 2/3] rtc: mediatek: Add MT6397 "

linux-next: manual merge of the tip tree with the pm tree
 2015-03-31 22:23 UTC  (2+ messages)

[PATCH net-next V3 00/23] ptp: get ready for 2038
 2015-03-31 21:53 UTC  (7+ messages)
` [PATCH net-next V3 10/23] ptp: e1000e: convert to the 64 bit get/set time methods
` [PATCH net-next V3 13/23] ptp: igb: "

[PATCH] mm: Use GFP_KERNEL allocation for the page cache in page_cache_read
 2015-03-31 21:46 UTC  (10+ messages)

[PATCH] pps: Add support for read operations and return a useful value in poll
 2015-03-31 21:31 UTC 

[PATCH 0/3] tty: eliminate 64 byte stack buffers passed to tty_name
 2015-03-31 21:40 UTC  (3+ messages)
` [PATCH 3/3] tty: remove buf parameter from tty_name()

[PATCH net-next 00/11] remove open coded ns_to_timespec64 and reverse
 2015-03-31 21:38 UTC  (16+ messages)
` [PATCH net-next 01/11] ptp: blackfin: use helpers for converting ns to timespec
` [PATCH net-next 02/11] ptp: bnx2x: "
` [PATCH net-next 03/11] ptp: tg3: "
` [PATCH net-next 04/11] ptp: fec: "
` [PATCH net-next 05/11] ptp: gianfar: "
` [PATCH net-next 06/11] ptp: e1000e: "
` [PATCH net-next 07/11] ptp: igb: "
` [PATCH net-next 08/11] ptp: ixgbe: "
` [PATCH net-next 09/11] ptp: mlx4: "
` [PATCH net-next 10/11] ptp: stmmac: "
` [PATCH net-next 11/11] ptp: cpts: "

[PATCH] selftests/mount: Make git ignore all binaries in mount test suite
 2015-03-31 21:36 UTC  (2+ messages)

[RFC][PATCH] mm: hugetlb: add stub-like do_hugetlb_numa()
 2015-03-31 21:35 UTC  (6+ messages)
      ` [PATCH] mm: numa: disable change protection for vma(VM_HUGETLB)

[PATCH] Input: elan_i2c - enable ELAN0600 acpi panels
 2015-03-31 21:34 UTC 

[PATCH kernel v7 00/31] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-03-31 21:34 UTC  (3+ messages)
` [PATCH kernel v7 12/31] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group

[PATCH] fs: show locked and lock_ro options in mountinfo
 2015-03-31 21:29 UTC  (6+ messages)

[PATCH v6 0/4] perf: add support for profiling jitted code
 2015-03-31 21:31 UTC  (3+ messages)

msgrcv: use freezable blocking call
 2015-03-31 21:30 UTC 

Slab infrastructure for bulk object allocation and freeing V2
 2015-03-31 21:20 UTC  (2+ messages)

[PATCH] mailbox: add ACPI support for mailbox framework
 2015-03-31 21:18 UTC 

[PATCH char-misc-next v4 00/13] misc: mic: SCIF driver
 2015-03-31 21:13 UTC  (4+ messages)
` [PATCH char-misc-next v4 08/13] misc: mic: SCIF open close bind and listen APIs

[PATCH 0/3] hugetlb fixlet v3
 2015-03-31 21:08 UTC  (5+ messages)
` [PATCH v3 3/3] mm: hugetlb: cleanup using PageHugeActive flag
` [PATCH v3 2/3] mm: hugetlb: introduce "

[PATCH] workqueue: avoid nohz_full cores
 2015-03-31 21:06 UTC  (3+ messages)

[RFC PATCH v3 0/2] ARM: EXYNOS: Fix Suspend-to-RAM on Exynos5420
 2015-03-31 21:02 UTC  (5+ messages)
` [RFC PATCH v3 2/2] clk: exynos5420: Make sure MDMA0 clock is enabled during suspend

[GIT PULL 0/6] perf/core improvements and fixes
 2015-03-31 20:59 UTC  (7+ messages)
` [PATCH 1/6] perf build: Disable libbabeltrace check by default
` [PATCH 2/6] perf callchain: Fix kernel symbol resolution by remembering the cpumode
` [PATCH 3/6] perf tools: Refactor comm/tgid lookup
` [PATCH 4/6] perf tools: Fix ppid for synthesized fork events
` [PATCH 5/6] perf session: Always initialize ordered_events
` [PATCH 6/6] perf ordered_samples: Remove references to perf_{evlist,tool} and machines

[PATCH v5] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-03-31 20:59 UTC 

[PATCH] x86, mce, severity: Fix warning about intended braces
 2015-03-31 15:04 UTC 

[PATCH v2 0/8] net/macb: fixes after big driver update
 2015-03-31 20:52 UTC  (2+ messages)

[PATCH v3] net: sysctl for RA default route MTU
 2015-03-31 20:49 UTC  (5+ messages)

[PATCH] block/loop: improve reliability of partition scanning
 2015-03-31 20:47 UTC 

[PATCH] x86/apic: remove verify_local_APIC()
 2015-03-31 20:43 UTC 

[PATCH v2 0/8] Asynchronous device/driver probing support
 2015-03-31 20:39 UTC  (2+ messages)

nfsd bugfixes for 4.0
 2015-03-31 20:39 UTC 

Revised futex(2) man page for review
 2015-03-31 20:36 UTC  (4+ messages)

[PATCHv3 0/2] N900 Modem Speech Support
 2015-03-31 20:33 UTC  (2+ messages)

[3.13.y-ckt stable] Linux 3.13.11-ckt18 stable review
 2015-03-31 19:47 UTC  (81+ messages)
` [PATCH 3.13.y-ckt 003/143] net: rps: fix cpu unplug
` [PATCH 3.13.y-ckt 004/143] ipv6: stop sending PTB packets for MTU < 1280
` [PATCH 3.13.y-ckt 005/143] netxen: fix netxen_nic_poll() logic
` [PATCH 3.13.y-ckt 006/143] udp_diag: Fix socket skipping within chain
` [PATCH 3.13.y-ckt 007/143] ping: Fix race in free in receive path
` [PATCH 3.13.y-ckt 008/143] bnx2x: fix napi poll return value for repoll
` [PATCH 3.13.y-ckt 009/143] net: don't OOPS on socket aio
` [PATCH 3.13.y-ckt 010/143] bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
` [PATCH 3.13.y-ckt 011/143] ipv4: tcp: get rid of ugly unicast_sock
` [PATCH 3.13.y-ckt 012/143] ppp: deflate: never return len larger than output buffer
` [PATCH 3.13.y-ckt 013/143] net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param
` [PATCH 3.13.y-ckt 015/143] ARM: pxa: add regulator_has_full_constraints to poodle board file
` [PATCH 3.13.y-ckt 016/143] ARM: pxa: add regulator_has_full_constraints to spitz "
` [PATCH 3.13.y-ckt 017/143] hx4700: regulator: declare full constraints
` [PATCH 3.13.y-ckt 018/143] HID: input: fix confusion on conflicting mappings
` [PATCH 3.13.y-ckt 019/143] HID: fixup the conflicting keyboard mappings quirk
` [PATCH 3.13.y-ckt 022/143] usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
` [PATCH 3.13.y-ckt 023/143] tty/serial: at91: enable peripheral clock before accessing I/O registers
` [PATCH 3.13.y-ckt 024/143] tty/serial: at91: fix error handling in atmel_serial_probe()
` [PATCH 3.13.y-ckt 025/143] axonram: Fix bug in direct_access
` [PATCH 3.13.y-ckt 026/143] ksoftirqd: Enable IRQs and call cond_resched() before poking RCU
` [PATCH 3.13.y-ckt 027/143] TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev
` [PATCH 3.13.y-ckt 028/143] char: tpm: Add missing error check for devm_kzalloc
` [PATCH 3.13.y-ckt 029/143] tpm_tis: verify interrupt during init
` [PATCH 3.13.y-ckt 030/143] tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
` [PATCH 3.13.y-ckt 031/143] tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send
` [PATCH 3.13.y-ckt 032/143] tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO
` [PATCH 3.13.y-ckt 033/143] mmc: sdhci-pxav3: fix unbalanced clock issues during probe
` [PATCH 3.13.y-ckt 034/143] iwlwifi: mvm: validate tid and sta_id in ba_notif
` [PATCH 3.13.y-ckt 035/143] power: bq24190: Fix ignored supplicants
` [PATCH 3.13.y-ckt 036/143] ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3
` [PATCH 3.13.y-ckt 038/143] cfq-iosched: fix incorrect filing of rt async cfqq
` [PATCH 3.13.y-ckt 039/143] smack: fix possible use after frees in task_security() callers
` [PATCH 3.13.y-ckt 041/143] xfs: inode unlink does not set AGI buffer type
` [PATCH 3.13.y-ckt 042/143] xfs: set buf types when converting extent formats
` [PATCH 3.13.y-ckt 043/143] xfs: set superblock buffer type correctly
` [PATCH 3.13.y-ckt 044/143] btrfs: set proper message level for skinny metadata
` [PATCH 3.13.y-ckt 047/143] USB: cp210x: add ID for RUGGEDCOM USB Serial Console
` [PATCH 3.13.y-ckt 049/143] mmc: sdhci-pxav3: Remove checks for mandatory host clock
` [PATCH 3.13.y-ckt 051/143] power_supply: 88pm860x: Fix leaked power supply on probe fail
` [PATCH 3.13.y-ckt 052/143] staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back
` [PATCH 3.13.y-ckt 053/143] mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles
` [PATCH 3.13.y-ckt 054/143] ARM: 8284/1: sa1100: clear RCSR_SMR on resume
` [PATCH 3.13.y-ckt 055/143] usb: musb: omap2plus bus glue needs USB host support
` [PATCH 3.13.y-ckt 056/143] usb: musb: add omap-control dependency
` [PATCH 3.13.y-ckt 058/143] USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)
` [PATCH 3.13.y-ckt 059/143] USB: fix use-after-free bug in usb_hcd_unlink_urb()
` [PATCH 3.13.y-ckt 061/143] iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN
` [PATCH 3.13.y-ckt 063/143] tty: Prevent untrappable signals from malicious program
` [PATCH 3.13.y-ckt 064/143] cpufreq: Set cpufreq_cpu_data to NULL before putting kobject
` [PATCH 3.13.y-ckt 065/143] [media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb
` [PATCH 3.13.y-ckt 066/143] mei: mask interrupt set bit on clean reset bit
` [PATCH 3.13.y-ckt 067/143] mei: me: release hw from reset only during the reset flow
` [PATCH 3.13.y-ckt 068/143] MIPS: KVM: Deliver guest interrupts after local_irq_disable()
` [PATCH 3.13.y-ckt 069/143] KVM: MIPS: Don't leak FPU/DSP to guest
` [PATCH 3.13.y-ckt 072/143] xen/manage: Fix USB interaction issues when resuming
` [PATCH 3.13.y-ckt 073/143] drm/i915: Correct the IOSF Dev_FN field for IOSF transfers
` [PATCH 3.13.y-ckt 074/143] cfq-iosched: handle failure of cfq group allocation
` [PATCH 3.13.y-ckt 075/143] tracing: Fix unmapping loop in tracing_mark_write
` [PATCH 3.13.y-ckt 076/143] fsnotify: fix handling of renames in audit
` [PATCH 3.13.y-ckt 077/143] drm/radeon: workaround for CP HW bug on CIK
` [PATCH 3.13.y-ckt 078/143] drm/radeon: only enable kv/kb dpm interrupts once v3
` [PATCH 3.13.y-ckt 079/143] NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
` [PATCH 3.13.y-ckt 081/143] mm/hugetlb: pmd_huge() returns true for non-present hugepage
` [PATCH 3.13.y-ckt 083/143] mm/hugetlb: take page table lock in follow_huge_pmd()
` [PATCH 3.13.y-ckt 084/143] mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()
` [PATCH 3.13.y-ckt 085/143] mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection
` [PATCH 3.13.y-ckt 086/143] mm/hugetlb: add migration entry check in __unmap_hugepage_range
` [PATCH 3.13.y-ckt 087/143] mm: softdirty: unmapped addresses between VMAs are clean
` [PATCH 3.13.y-ckt 088/143] proc/pagemap: walk page tables under pte lock
` [PATCH 3.13.y-ckt 090/143] mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()
` [PATCH 3.13.y-ckt 091/143] mm/nommu.c: "
` [PATCH 3.13.y-ckt 092/143] iscsi-target: Drop problematic active_ts_list usage
` [PATCH 3.13.y-ckt 093/143] target: Fix PR_APTPL_BUF_LEN buffer size limitation
` [PATCH 3.13.y-ckt 094/143] mm/compaction: fix wrong order check in compact_finished()
` [PATCH 3.13.y-ckt 098/143] ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE
` [PATCH 3.13.y-ckt 099/143] drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessary
` [PATCH 3.13.y-ckt 100/143] drm/radeon: fix voltage setup on hawaii
` [PATCH 3.13.y-ckt 101/143] ALSA: hdspm - Constrain periods to 2 on older cards
` [PATCH 3.13.y-ckt 103/143] dm mirror: do not degrade the mirror on discard error

[PATCH 0/6] Allow UVC devices to remain runtime-suspended when sleeping
 2015-03-31 20:31 UTC  (3+ messages)
` [PATCH 5/6] Input: evdev - Enable runtime PM of the evdev input handler

usb: gadget: f_fs: O_NONBLOCK waits MAX_SCHEDULE_TIMEOUT
 2015-03-31 20:28 UTC  (2+ messages)

[PATCH v4 00/15] s390x cpu model implementation
 2015-03-31 20:22 UTC  (7+ messages)
` [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model
` [PATCH v4 12/15] Add optional parameters to QMP command query-cpu-definitions
    ` [Qemu-devel] "

[PATCH V3 linux-next] checkpatch: don't ask for asm/file.h to linux/file.h unconditionally
 2015-03-31 20:14 UTC  (2+ messages)

[PATCH 1/9 net-next] ipv4: replace if/BUG by BUG_ON
 2015-03-31 20:13 UTC  (6+ messages)
` [PATCH 7/9 net-next] sunrpc: "

[PATCH] cxgb4: fix boolreturn.cocci warnings
 2015-03-31 19:49 UTC  (5+ messages)
    ` [PATCH net-next] ethernet: Use bool function returns of true/false instead of 1/0


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